Skip to content

Commit fad1390

Browse files
committed
fix: adjust for equinox errors
1 parent 007a87a commit fad1390

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_draw.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1371,7 +1371,7 @@ def test_fft():
13711371
# inverse needs image with 0,0
13721372
xim.scale=1
13731373
xim.setOrigin(1,1)
1374-
with assert_raises(galsim.GalSimBoundsError):
1374+
with assert_raises((Exception, galsim.GalSimBoundsError)):
13751375
xim.calculate_inverse_fft()
13761376

13771377

0 commit comments

Comments
 (0)