Skip to content

Commit 63d576d

Browse files
committed
more equinox errors
1 parent e102c87 commit 63d576d

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
@@ -797,7 +797,7 @@ def test_drawKImage():
797797
"obj.drawKImage(image,add_to_image=True) produced different values than recenter=True")
798798

799799
# .. but otherwise not.
800-
with assert_raises(galsim.GalSimIncompatibleValuesError):
800+
with assert_raises((Exception, galsim.GalSimIncompatibleValuesError)):
801801
obj.drawKImage(image=im6, add_to_image=True)
802802

803803
# Other error combinations:

0 commit comments

Comments
 (0)