Exemple #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/")
Exemple #2
0
Fichier : api.py Projet : 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/",
)
Exemple #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/")
Exemple #4
0
from yt.utilities.exceptions import \
    YTModuleRemoved

raise YTModuleRemoved("AbsorptionSpectrum",
                      "https://github.com/trident-project/trident",
                      "https://trident.readthedocs.io/")
Exemple #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/",
)
Exemple #6
0
from yt.utilities.exceptions import \
    YTModuleRemoved

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

raise YTModuleRemoved("yt.convenience", "yt.loaders")
Exemple #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/")
Exemple #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/",
)
Exemple #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/",
)
Exemple #11
0
from yt.utilities.exceptions import \
    YTModuleRemoved

raise YTModuleRemoved(
    "photon_simulator",
    "pyXSIM",
    "http://hea-www.cfa.harvard.edu/~jzuhone/pyxsim")
Exemple #12
0
Fichier : api.py Projet : tukss/yt
from yt.utilities.exceptions import YTModuleRemoved

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