Skip to content
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

Make get_array work with all supported data types. #12

Merged
merged 3 commits into from
Jul 5, 2024
Merged

Make get_array work with all supported data types. #12

merged 3 commits into from
Jul 5, 2024

Conversation

zoj613
Copy link
Owner

@zoj613 zoj613 commented Jul 5, 2024

No description provided.

zoj613 added 2 commits July 5, 2024 11:47
`Ndarray.set_fancy*` functions unfortunately don't work for array
kinds other than Float32, Float64, Complex32 and Complex64.
See: owlbarn/owl#671 . As a workaround
we manually set each coordinate one-at-time using the basic
set function which does not suffer from this bug. It is likely
much slower for large Zarr chunks but necessary for usability.
@zoj613 zoj613 added enhancement New feature or request storage related to storage labels Jul 5, 2024
Copy link

codecov bot commented Jul 5, 2024

Codecov Report

Attention: Patch coverage is 30.00000% with 7 lines in your changes missing coverage. Please review.

Project coverage is 73.75%. Comparing base (0441ad6) to head (3288278).

Files Patch % Lines
lib/metadata.ml 20.00% 4 Missing ⚠️
lib/node.ml 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #12      +/-   ##
==========================================
- Coverage   74.32%   73.75%   -0.58%     
==========================================
  Files          13       13              
  Lines        1001     1002       +1     
==========================================
- Hits          744      739       -5     
- Misses        257      263       +6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Since GroupNode module no longer references the ArrayNode type,
they don't need to be defined in a mutually recursive manner.
@zoj613 zoj613 merged commit 21218a5 into main Jul 5, 2024
2 of 4 checks passed
@zoj613 zoj613 deleted the set_fix branch July 5, 2024 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request storage related to storage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant