Skip to content

Commit 7d07ea2

Browse files
committed
Checking new gh actions runners
1 parent 11ae9a5 commit 7d07ea2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/linting_and_testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
lint_and_test:
2222
strategy:
2323
matrix:
24-
os: [self-hosted]
24+
os: [mmbswarm]
2525
python-version: ["3.10", "3.11", "3.12"]
2626
runs-on: ${{ matrix.os }}
2727
steps:

biobb_amber/leap/leap_add_ions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class LeapAddIons(BiobbObject):
2020
"""
2121
| biobb_amber LeapAddIons
2222
| Wrapper of the `AmberTools (AMBER MD Package) leap tool <https://ambermd.org/AmberTools.php>`_ module.
23-
| Adds counterions to a system box for an AMBER MD system using tLeap tool from the AmberTools MD package.
23+
| Adds counterions to a system box for an AMBER MD system using tLeap tool from the AmberTools MD package
2424
2525
Args:
2626
input_pdb_path (str): Input 3D structure PDB file. File type: input. `Sample file <https://github.com/bioexcel/biobb_amber/raw/master/biobb_amber/test/data/leap/structure.solv.pdb>`_. Accepted formats: pdb (edam:format_1476).

0 commit comments

Comments
 (0)