Commit beb977ae authored by Jeff Wagner's avatar Jeff Wagner
Browse files

Fix whitespace

parent 501fcca4
......@@ -383,7 +383,6 @@ class TestAmberPrmtopFile(unittest.TestCase):
# Now make sure that out-of-range parameters *do* raise
self.assertRaises(ValueError, lambda: f.addParticle([0, 0.9, 0.5]))
self.assertRaises(ValueError, lambda: f.addParticle([0, 0.21, 0.5]))
if __name__ == '__main__':
unittest.main()
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