mirror of
https://github.com/Richard-Sti/csiborgtools.git
synced 2024-12-22 20:58:02 +00:00
Add import
This commit is contained in:
parent
dbf93b9416
commit
b8c58c7f82
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue