nanograv / enterprise

ENTERPRISE (Enhanced Numerical Toolbox Enabling a Robust PulsaR Inference SuitE) is a pulsar timing analysis code, aimed at noise analysis, gravitational-wave searches, and timing model analysis.
https://enterprise.readthedocs.io
MIT License
64 stars 65 forks source link

Cannot load x86_64 Pulsar pickles on arm64 #309

Closed vallis closed 2 years ago

vallis commented 2 years ago

That's because the numpy type float128 does not exist on arm64. The only places in Pulsar that preserves the extended-precision type are the .dm attribute and the .dmx dictionary, which could be downgraded without loss of precision.

vallis commented 2 years ago

Fixed in #302.