Skip to content

Commit a8045f3

Browse files
committed
Merge branch 'main' into all_roman_bps
2 parents fab3a2c + 1ed63d9 commit a8045f3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_errors.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,7 @@ def test_galsim_fft_size_error():
305305
assert err.size == 10240
306306
np.testing.assert_almost_equal(err.mem, 2.34375)
307307
assert isinstance(err, galsim.GalSimError)
308+
check_pickle(err)
308309

309310

310311
if __name__ == "__main__":

0 commit comments

Comments
 (0)