Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
deepanshs committed Jan 11, 2024
1 parent ea78549 commit e295937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/nmr_freq_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def setup_reference_offset(offset):
assert np.allclose(b.coordinates, array)
assert b.get_nmr_reference_offset() == offset

b = cp.LinearDimension(count=6, increment="-1", coordinates_offset=f"{2+offset}")
b = cp.LinearDimension(count=6, increment="-1", coordinates_offset=f"{2 + offset}")
assert np.allclose(b.coordinates, np.asarray([2, 1, 0, -1, -2, -3]) + offset)
assert b.get_nmr_reference_offset() == offset

Expand Down

0 comments on commit e295937

Please sign in to comment.