Skip to content

Commit 0e9ba9c

Browse files
committed
Fix API changes in docs.
1 parent 9bd285e commit 0e9ba9c

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

python/BioSimSpace/Parameters/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
4141
import BioSimSpace as BSS
4242
43-
print(BSS.Parameters.force_fields())
43+
print(BSS.Parameters.forceFields())
4444
4545
Parameterise a molecule using GAFF.
4646

python/BioSimSpace/Parameters/_parameters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def parameterise(
7474
string.
7575
7676
forcefield : str
77-
The force field. Run BioSimSpace.Parameters.force_fields() to get a
77+
The force field. Run BioSimSpace.Parameters.forceFields() to get a
7878
list of the supported force fields.
7979
8080
ensure_compatible : bool

python/BioSimSpace/Sandpit/Exscientia/Parameters/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
4141
import BioSimSpace as BSS
4242
43-
print(BSS.Parameters.force_fields())
43+
print(BSS.Parameters.forceFields())
4444
4545
Parameterise a molecule using GAFF.
4646

python/BioSimSpace/Sandpit/Exscientia/Parameters/_parameters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def parameterise(
7474
string.
7575
7676
forcefield : str
77-
The force field. Run BioSimSpace.Parameters.force_fields() to get a
77+
The force field. Run BioSimSpace.Parameters.forceFields() to get a
7878
list of the supported force fields.
7979
8080
ensure_compatible : bool

0 commit comments

Comments
 (0)