Esempio n. 1
0
from yt.utilities.exceptions import \
    YTModuleRemoved

raise YTModuleRemoved("halo_mass_function",
                      "https://github.com/yt-project/yt_attic",
                      "https://yt-attic.readthedocs.io/")
Esempio n. 2
0
File: api.py Progetto: tukss/yt
from yt.utilities.exceptions import YTModuleRemoved

raise YTModuleRemoved(
    "halo_finding",
    "https://github.com/yt-project/yt_astro_analysis",
    "https://yt-astro-analysis.readthedocs.io/",
)
Esempio n. 3
0
from yt.utilities.exceptions import \
    YTModuleRemoved

raise YTModuleRemoved("CosmologySplice and LightCone",
                      "https://github.com/yt-project/yt_astro_analysis",
                      "https://yt-astro-analysis.readthedocs.io/")
Esempio n. 4
0
from yt.utilities.exceptions import \
    YTModuleRemoved

raise YTModuleRemoved("AbsorptionSpectrum",
                      "https://github.com/trident-project/trident",
                      "https://trident.readthedocs.io/")
Esempio n. 5
0
from yt.utilities.exceptions import YTModuleRemoved

raise YTModuleRemoved(
    "radmc3d_export",
    "https://github.com/yt-project/yt_astro_analysis",
    "https://yt-astro-analysis.readthedocs.io/",
)
Esempio n. 6
0
from yt.utilities.exceptions import \
    YTModuleRemoved

raise YTModuleRemoved("sunrise_export",
                      "https://github.com/yt-project/yt_attic",
                      "https://yt-attic.readthedocs.io/")
Esempio n. 7
0
from yt.utilities.exceptions import YTModuleRemoved

raise YTModuleRemoved("yt.convenience", "yt.loaders")
Esempio n. 8
0
from yt.utilities.exceptions import \
    YTModuleRemoved

raise YTModuleRemoved(
    "PPVCube",
    "https://github.com/yt-project/yt_astro_analysis",
    "https://yt-astro-analysis.readthedocs.io/")
Esempio n. 9
0
from yt.utilities.exceptions import YTModuleRemoved

raise YTModuleRemoved(
    "two_point_functions",
    "https://github.com/yt-project/yt_attic",
    "https://yt-attic.readthedocs.io/",
)
Esempio n. 10
0
from yt.utilities.exceptions import YTModuleRemoved

raise YTModuleRemoved(
    "sunyaev_zeldovich",
    "https://github.com/yt-project/yt_astro_analysis",
    "https://yt-astro-analysis.readthedocs.io/",
)
Esempio n. 11
0
from yt.utilities.exceptions import \
    YTModuleRemoved

raise YTModuleRemoved(
    "photon_simulator",
    "pyXSIM",
    "http://hea-www.cfa.harvard.edu/~jzuhone/pyxsim")
Esempio n. 12
0
File: api.py Progetto: tukss/yt
from yt.utilities.exceptions import YTModuleRemoved

raise YTModuleRemoved(
    "star_analysis",
    "https://github.com/yt-project/yt_attic",
    "https://yt-attic.readthedocs.io/",
)