We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents caa4ff3 + 38e1ee2 commit aacaa8cCopy full SHA for aacaa8c
mbuild/tests/test_lammpsdata.py
@@ -20,6 +20,7 @@ def test_save_box(self, ethane):
20
box = mb.Box(lengths=np.array([2.0, 2.0, 2.0]))
21
ethane.save(filename='ethane-box.lammps', forcefield_name='oplsaa', box=box)
22
23
+ @pytest.mark.skipif(not has_foyer, reason="Foyer package not installed")
24
def test_save_triclinic_box(self, ethane):
25
box = mb.Box(lengths=np.array([2.0, 2.0, 2.0]), angles=[60, 70, 80])
26
ethane.save(filename='triclinic-box.lammps', forcefield_name='oplsaa', box=box)
0 commit comments