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

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

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

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

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

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