Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Jul 18, 2024
1 parent bf4a780 commit 78e2a9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/medium_test_analysis2.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ def check_provenance(self, h):
"Integrative Modeling Platform (IMP)")

def test_precision(self):
"""Test correct calcluation of precision and RMSF"""
"""Test correct calculation of precision and RMSF"""
if not nicemodules:
self.skipTest("missing scipy or sklearn")

Expand Down
2 changes: 1 addition & 1 deletion test/medium_test_topology.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def test_molecule_set_behaviour(self):
# with the expected behaviour. We expect that the sixth column is identical to the fifth and the second;
# and we expect that the first is equal to the first. But this is not obtained :-)
# The results are not intuitive at this stage, we think that mol has changed after build,
# and mol.get_represented() is not changed correspondigly.
# and mol.get_represented() is not changed correspondingly.

#for n, x in enumerate(mol):
# print(x, status_1[n], status_2[n], x in mol_beads_1,
Expand Down

0 comments on commit 78e2a9c

Please sign in to comment.