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

Fix flatview on view of VectorOfArrays #39

Merged
merged 3 commits into from
Dec 12, 2023
Merged

Fix flatview on view of VectorOfArrays #39

merged 3 commits into from
Dec 12, 2023

Conversation

oschulz
Copy link
Collaborator

@oschulz oschulz commented Dec 12, 2023

Fixes #38

Copy link

codecov bot commented Dec 12, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (8ee3b44) 94.96% compared to head (761efb7) 95.86%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #39      +/-   ##
==========================================
+ Coverage   94.96%   95.86%   +0.89%     
==========================================
  Files           6        6              
  Lines         457      459       +2     
==========================================
+ Hits          434      440       +6     
+ Misses         23       19       -4     

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

@oschulz oschulz merged commit 761efb7 into main Dec 12, 2023
10 checks passed
@oschulz oschulz deleted the fix-voa-flatview branch December 12, 2023 01:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

flatview on view of VectorOfVectors returns data of parent of view
2 participants