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
7a60e434
Commit
7a60e434
authored
Feb 20, 2015
by
Jason Swails
Browse files
Fix names.
parent
245a7380
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
wrappers/python/tests/TestUnitCell.py
wrappers/python/tests/TestUnitCell.py
+2
-2
No files found.
wrappers/python/tests/TestUnitCell.py
View file @
7a60e434
...
@@ -10,9 +10,9 @@ def strip_units(x):
...
@@ -10,9 +10,9 @@ def strip_units(x):
if
is_quantity
(
x
):
return
x
.
value_in_unit_system
(
md_unit_system
)
if
is_quantity
(
x
):
return
x
.
value_in_unit_system
(
md_unit_system
)
return
x
return
x
class
Test
AmberPrmtopFile
(
unittest
.
TestCase
):
class
Test
UnitCell
(
unittest
.
TestCase
):
"""Test the
AmberPrmtopFile.createSystem() method.
"""
"""
Test the
unitcell.py module
"""
def
testReducePBCVectors
(
self
):
def
testReducePBCVectors
(
self
):
""" Checks that reducePeriodicBoxVectors properly reduces vectors """
""" Checks that reducePeriodicBoxVectors properly reduces vectors """
...
...
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