Home
last modified time | relevance | path

Searched refs:AstropyDeprecationWarning (Results 1 – 25 of 55) sorted by relevance

123

/dports/astro/py-astropy/astropy-5.0/astropy/utils/tests/
H A Dtest_decorators.py12 from astropy.utils.exceptions import (AstropyDeprecationWarning,
17 class NewDeprecationWarning(AstropyDeprecationWarning):
152 with pytest.warns(AstropyDeprecationWarning) as w:
182 with pytest.warns(AstropyDeprecationWarning) as w:
195 with pytest.warns(AstropyDeprecationWarning) as w:
212 with pytest.warns(AstropyDeprecationWarning) as w:
228 with pytest.warns(AstropyDeprecationWarning) as w:
256 with pytest.warns(AstropyDeprecationWarning) as w:
262 with pytest.warns(AstropyDeprecationWarning) as w:
419 with pytest.warns(AstropyDeprecationWarning) as w:
[all …]
/dports/astro/py-astropy/astropy-5.0/astropy/stats/bls/
H A D__init__.py14 from astropy.utils.exceptions import AstropyDeprecationWarning
31 'module instead', AstropyDeprecationWarning)
47 'module instead', AstropyDeprecationWarning)
/dports/astro/py-astropy-helpers/astropy-helpers-4.0.1/astropy_helpers/
H A Dversion_helpers.py36 from .utils import AstropyDeprecationWarning, import_file
241 'the package name in setup.cfg instead', AstropyDeprecationWarning)
246 'the version number in setup.cfg instead', AstropyDeprecationWarning)
252 'determine whether this is a release', AstropyDeprecationWarning)
266 'option instead.', AstropyDeprecationWarning)
H A Dsetup_helpers.py32 resolve_name, AstropyDeprecationWarning)
109 AstropyDeprecationWarning)
163 'the package name in setup.cfg instead', AstropyDeprecationWarning)
168 'the version number in setup.cfg instead', AstropyDeprecationWarning)
174 'determine whether this is a release', AstropyDeprecationWarning)
188 'option instead.', AstropyDeprecationWarning)
424 AstropyDeprecationWarning)
735 AstropyDeprecationWarning)
/dports/astro/py-astropy/astropy-5.0/astropy/cosmology/tests/
H A Dtest_utils.py10 from astropy.utils.exceptions import AstropyDeprecationWarning
52 with pytest.warns(AstropyDeprecationWarning):
72 with pytest.warns(AstropyDeprecationWarning):
H A Dtest_realizations.py7 from astropy.utils.exceptions import AstropyDeprecationWarning
33 with pytest.warns(AstropyDeprecationWarning) as e:
/dports/astro/py-astropy/astropy-5.0/astropy/tests/
H A Ddisable_internet.py18 from astropy.utils.exceptions import AstropyDeprecationWarning
25 "for more information.", AstropyDeprecationWarning)
H A Dhelper.py16 from astropy.utils.exceptions import (AstropyDeprecationWarning,
253 _all_warns += [AstropyDeprecationWarning,
/dports/astro/py-astropy/astropy-5.0/astropy/wcs/wcsapi/
H A Dsliced_low_level_wcs.py4 from astropy.utils.exceptions import AstropyDeprecationWarning
10 AstropyDeprecationWarning)
/dports/astro/py-astropy/astropy-5.0/astropy/tests/plugins/
H A Ddisplay.py7 from astropy.utils.exceptions import AstropyDeprecationWarning
19 'pytest header.', AstropyDeprecationWarning)
/dports/astro/py-astropy/astropy-5.0/astropy/stats/lombscargle/
H A D__init__.py13 from astropy.utils.exceptions import AstropyDeprecationWarning
30 'module instead', AstropyDeprecationWarning)
/dports/astro/py-astropy/astropy-5.0/astropy/_erfa/
H A D__init__.py10 from astropy.utils.exceptions import AstropyDeprecationWarning
16 AstropyDeprecationWarning)
/dports/astro/py-astropy/astropy-5.0/astropy/cosmology/
H A Drealizations.py7 from astropy.utils.exceptions import AstropyDeprecationWarning
79 AstropyDeprecationWarning,
H A Dcore.py340 from astropy.utils.exceptions import AstropyDeprecationWarning
346 AstropyDeprecationWarning
/dports/astro/py-astropy/astropy-5.0/astropy/convolution/tests/
H A Dtest_convolve_kernels.py13 from astropy.utils.exceptions import AstropyDeprecationWarning
148 with pytest.warns(AstropyDeprecationWarning):
151 with pytest.warns(AstropyDeprecationWarning):
/dports/astro/py-astropy/astropy-5.0/astropy/io/votable/tests/
H A Dtable_test.py20 from astropy.utils.exceptions import AstropyDeprecationWarning
256 with pytest.warns(AstropyDeprecationWarning):
301 with pytest.warns(AstropyDeprecationWarning):
H A Dtree_test.py11 from astropy.utils.exceptions import AstropyDeprecationWarning
98 with pytest.warns(AstropyDeprecationWarning):
/dports/astro/py-astropy/astropy-5.0/astropy/utils/
H A Ddecorators.py15 from .exceptions import (AstropyDeprecationWarning, AstropyUserWarning,
27 obj_type=None, warning_type=AstropyDeprecationWarning):
210 pending=False, warning_type=AstropyDeprecationWarning):
284 warning_type=AstropyDeprecationWarning,
H A Dexceptions.py40 class AstropyDeprecationWarning(AstropyWarning): class
/dports/astro/py-astropy/astropy-5.0/astropy/units/
H A Dastrophys.py150 from astropy.utils.exceptions import AstropyDeprecationWarning
156 AstropyDeprecationWarning)
/dports/astro/py-astropy/astropy-5.0/astropy/wcs/tests/
H A Dtest_pickle.py11 from astropy.utils.exceptions import AstropyDeprecationWarning
31 with pytest.warns(AstropyDeprecationWarning):
/dports/astro/py-astropy/astropy-5.0/astropy/utils/compat/
H A Doptional_deps.py33 category=AstropyDeprecationWarning)
/dports/astro/py-astropy/astropy-5.0/astropy/config/
H A Dconfiguration.py26 from astropy.utils.exceptions import AstropyDeprecationWarning, AstropyWarning
451 AstropyDeprecationWarning)
467 AstropyDeprecationWarning)
611 filter_warnings = AstropyDeprecationWarning
/dports/astro/py-astropy/astropy-5.0/astropy/config/tests/
H A Dtest_configs.py14 from astropy.utils.exceptions import AstropyDeprecationWarning
427 AstropyDeprecationWarning,
468 with pytest.warns(AstropyDeprecationWarning) as w:
/dports/astro/py-astropy/astropy-5.0/astropy/io/fits/tests/
H A Dtest_connect.py23 AstropyDeprecationWarning)
447 with pytest.warns(AstropyDeprecationWarning,
457 with pytest.warns(AstropyDeprecationWarning,
467 with pytest.warns(AstropyDeprecationWarning,
515 with pytest.warns(AstropyDeprecationWarning,
523 with pytest.warns(AstropyDeprecationWarning,
531 with pytest.warns(AstropyDeprecationWarning,

123