Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
eb2f347a
"vscode:/vscode.git/clone" did not exist on "5ce89059f8149eaf313c63e9ded4199670cd74bb"
Commit
eb2f347a
authored
Oct 26, 2015
by
John Chodera (MSKCC)
Browse files
Fix Topology Python test.
parent
e5762fb2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
wrappers/python/tests/TestTopology.py
wrappers/python/tests/TestTopology.py
+1
-1
No files found.
wrappers/python/tests/TestTopology.py
View file @
eb2f347a
...
...
@@ -24,7 +24,7 @@ class TestTopology(unittest.TestCase):
def
test_getters
(
self
):
"""Test getters for number of atoms, residues, chains."""
check_pdbfile
(
'systems/1T2Y.pdb'
,
271
,
25
,
1
)
self
.
check_pdbfile
(
'systems/1T2Y.pdb'
,
271
,
25
,
1
)
if
__name__
==
'__main__'
:
unittest
.
main
()
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment