We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34ef838 commit 6c67d2eCopy full SHA for 6c67d2e
setup.cfg
@@ -67,6 +67,8 @@ filterwarnings =
67
ignore:leap-second auto-update failed:astropy.utils.exceptions.AstropyWarning
68
# Should ignore these for astropy<5.0
69
ignore:getName|currentThread:DeprecationWarning:astropy
70
+# Ignore errors from astropy.wcs about the number of WCS axes not matching image dimension
71
+ ignore:The WCS transformation has more axes:astropy.wcs.wcs.FITSFixedWarning
72
markers =
73
bigdata: marks tests that are expected to trigger a large download (deselect with '-m "not bigdata"')
74
noautofixt: disabling fixture autouse
0 commit comments