-
Notifications
You must be signed in to change notification settings - Fork 47
Add save to zarr #250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add save to zarr #250
Conversation
for more information, see https://pre-commit.ci
…nto add_save_to_zarr
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #250 +/- ##
==========================================
+ Coverage 88.41% 88.59% +0.17%
==========================================
Files 10 10
Lines 1718 1797 +79
==========================================
+ Hits 1519 1592 +73
- Misses 199 205 +6 ☔ View full report in Codecov by Sentry. |
for more information, see https://pre-commit.ci
|
@samuelgarcia ok to merge for me |
|
I am OK with this but why not relying more the the to_numpy() / from numpy() solution to dump by columns reprentation ? |
|
@samuelgarcia I think it would be a good idea to make the representations (numpy, dataframe, zarr) more consistent internally. Can you be more explicit about what do you mean by "dump by columns representation"? |
As in the title. The probe can be serialized / marshalled to zarr and loaded.
This should come after #249 and #248