-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
Description
Is your feature request related to a problem?
A recent PR made it possible to use astropy Quantities seamlessly with Datasets. However, when writing the dataset to a file with to_netcdf, then loading the netcdf file, the quantities become ndarrays.
Describe the solution you'd like
Would be great if this could be fixed!
Describe alternatives you've considered
Pickle files; not ideal, but a valid temporary solution
Additional context
No response