Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 30, 2024
1 parent 4e78530 commit c7dd503
Showing 1 changed file with 1 addition and 1 deletion.
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 c7dd503

Please sign in to comment.