HERA-Team / hera_pspec

HERA power spectrum estimation code and data formats
http://hera-pspec.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

Need to use_future_array_shapes #373

Closed steven-murray closed 1 year ago

steven-murray commented 1 year ago

hera_pspec is not using the future array shapes API from pyuvdata. In pyuvdata v3, we won't have a choice any more. Furthermore, hera_cal has moved to fully using future array shapes, and this has caused some errors (see eg. https://github.com/HERA-Team/hera_cal/pull/864). While we can temporarily restore compatibility there, it'd be even better to update hera_pspec to use future array shapes once and for all.