Commit 7a60e434 authored by Jason Swails's avatar Jason Swails
Browse files

Fix names.

parent 245a7380
...@@ -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 TestAmberPrmtopFile(unittest.TestCase): class TestUnitCell(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 """
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment