Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
gbrammer committed Nov 10, 2023
1 parent ac41fc6 commit 6f323c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grizli/tests/test_grismconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def test_transform():
grism=grism, module=module)

#print(instrument, grism, module, tr.forward(1024, 1024))
assert(np.allclose(tr.forward(1024, 1024), 1024))
assert(np.allclose(tr.forward(1024.5, 1024.5), 1024.5))

# Forward, Reverse
x0 = np.array([125., 300])
Expand Down

0 comments on commit 6f323c0

Please sign in to comment.