Skip to content

Commit

Permalink
install openff-interchange from source + re-enable test
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemhenry committed Sep 30, 2024
1 parent b546e01 commit f7ccedf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ dependencies:
- pytest
- pytest-xdist
- pytest-cov
- pip:
- git+https://github.com/openforcefield/openff-interchange.git
2 changes: 1 addition & 1 deletion openfe_gromacs/tests/protocols/test_create_systems.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def test_interchange_gromacs(alanine_dipeptide_component, tmpdir):
]
with open(f"{tmpdir}/test.gro") as f:
gromacs_res_numbers = [int(line[:5].strip()) for line in f.readlines()[2:-1]]
# assert interchange_res_numbers == gromacs_res_numbers
assert interchange_res_numbers == gromacs_res_numbers

# check a few atom names to ensure these are not empty sets
for atom_name in ("HA", "CH3", "CA", "CB"):
Expand Down

0 comments on commit f7ccedf

Please sign in to comment.