We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79e379a commit 3e388afCopy full SHA for 3e388af
tests/test_errors.py
@@ -283,7 +283,7 @@ def test_galsim_deprecation_warning():
283
284
@timer
285
def test_galsim_fftsize_warning():
286
- """Test basic usage of GalSimDeprecationWarning
+ """Test basic usage of GalSimFFTSizeWarning
287
"""
288
err = galsim.GalSimFFTSizeWarning("Test", 10240)
289
print('str = ',str(err))
0 commit comments