simonsobs / mnms

Generate map-based noise models and noise simulations.
MIT License
1 stars 1 forks source link

Move array_ops import to inside function #2

Closed msyriac closed 9 months ago

zatkins2 commented 9 months ago

utils.eigpow now has internal fallback imports, allowing users to try parallel enlib, parallel optweight, or serial numpy eigpow functions.

mnms tests warn users if any of the above fallbacks don't work.