Skip to content

Commit 9157232

Browse files
Merge pull request #61 from CalCraven/main
Fix ffutils failing bleeding edge tests
2 parents 9d70cb9 + da732b7 commit 9157232

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

forcefield_utilities/tests/test_gmso_xml.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,8 @@ def test_dihedral_params(self, propanol_ua_mie_list):
247247
[0.0, 0.4169552, -0.05796675, 0.3734553, 0.0, 0.0] * u.kcal / u.mol,
248248
)
249249

250-
dih_with_list_wildcards = propanol_ua_mie_list.get_potential(
251-
group="dihedral_type", key=["", "CH", "O", "H"]
250+
dih_with_list_wildcards, _ = propanol_ua_mie_list.get_potential(
251+
group="dihedral_type", key=["*", "CH", "O", "*"]
252252
)
253253
params_wildcards_dihedrals = dih_with_list_wildcards.get_parameters()
254254
assert u.allclose_units(

0 commit comments

Comments
 (0)