From 3b6f19a7f8304190360896e81c37c3cf8a2d1b61 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 30 Jun 2020 09:14:14 -0600 Subject: [PATCH] added the leadering underscore to the packmol_constrain function call in the unit test --- mbuild/tests/test_packing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mbuild/tests/test_packing.py b/mbuild/tests/test_packing.py index 172d4ccd1..b6c4c5622 100755 --- a/mbuild/tests/test_packing.py +++ b/mbuild/tests/test_packing.py @@ -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