Add import

This commit is contained in:
rstiskalek 2023-06-01 19:09:38 +01:00
parent dbf93b9416
commit b8c58c7f82

View File

@ -19,6 +19,6 @@ try:
from .density import DensityField, PotentialField, VelocityField # noqa
from .interp import evaluate_cartesian, evaluate_sky, make_sky # noqa
from .utils import smoothen_field # noqa
from .utils import nside2radec, smoothen_field # noqa
except ImportError:
warn("MAS_library not found, `DensityField` will not be available", UserWarning) # noqa