Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ajfriedman22 committed Oct 11, 2024
1 parent d635f9d commit 41edb07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ensemble_md/tests/test_coordinate_swap.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ def test_process_line():
assert line == ['19GLU', 'H3', '4', '1.833', '4.306', '4.113', '-0.3604', '0.3093', '-1.3761\n']

line, prev_line = coordinate_swap._process_line(file, 15429)
assert prev_line == ['4487SOL', 'HW1', '15427', '5.528', '0.500', '4.439', '1.2407', '1.5381', '-0.1116\n'] #15429
assert line == ['4487SOL', 'HW2', '15428', '5.477', '0.613', '4.526', '-0.4379', '1.1843', '-0.6399\n'] #15430
assert prev_line == ['4487SOL', 'HW1', '15427', '5.528', '0.500', '4.439', '1.2407', '1.5381', '-0.1116\n']
assert line == ['4487SOL', 'HW2', '15428', '5.477', '0.613', '4.526', '-0.4379', '1.1843', '-0.6399\n']


def test_print_preamble():
Expand Down

0 comments on commit 41edb07

Please sign in to comment.