Skip to content

Commit aacaa8c

Browse files
Merge 38e1ee2 into caa4ff3
2 parents caa4ff3 + 38e1ee2 commit aacaa8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mbuild/tests/test_lammpsdata.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ def test_save_box(self, ethane):
2020
box = mb.Box(lengths=np.array([2.0, 2.0, 2.0]))
2121
ethane.save(filename='ethane-box.lammps', forcefield_name='oplsaa', box=box)
2222

23+
@pytest.mark.skipif(not has_foyer, reason="Foyer package not installed")
2324
def test_save_triclinic_box(self, ethane):
2425
box = mb.Box(lengths=np.array([2.0, 2.0, 2.0]), angles=[60, 70, 80])
2526
ethane.save(filename='triclinic-box.lammps', forcefield_name='oplsaa', box=box)

0 commit comments

Comments
 (0)