Skip to content

Commit

Permalink
Squashed 'modules/pmi/' changes from bf4a780beb..78e2a9c7e7
Browse files Browse the repository at this point in the history
78e2a9c7e7 Fix typos

git-subtree-dir: modules/pmi
git-subtree-split: 78e2a9c7e7bb601194123fd1e7f0374bd3950f84
  • Loading branch information
benmwebb committed Jul 18, 2024
1 parent a7bc170 commit 6174733
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/pmi/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 modules/pmi/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 6174733

Please sign in to comment.