Skip to content

Commit

Permalink
added the leadering underscore to the packmol_constrain function call…
Browse files Browse the repository at this point in the history
… in the unit test
  • Loading branch information
chrisjonesBSU committed Jun 30, 2020
1 parent 2e55f88 commit 3b6f19a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mbuild/tests/test_packing.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ def test_no_rotate(self, h2o):
"constrain_rotation z"])])
def test_specify_axis(self, orientations, constraints):
for i in constraints:
assert i in mb.packing.packmol_constrain(orientations)
assert i in mb.packing._packmol_constrain(orientations)

def test_remove_port(self):
from mbuild.lib.recipes import Alkane
Expand Down

0 comments on commit 3b6f19a

Please sign in to comment.