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

[c++] Add can-resize helpers in prep for experiment-level resize #3095

Merged
merged 2 commits into from
Oct 1, 2024

Conversation

johnkerl
Copy link
Member

Issue and/or context: As tracked on issue #2407 / [sc-51048].

Changes:

For experiment-level resize (e.g. append mode) it will be crucial that we implement a mechanism to detect whether all arrays in the experiment are resizable up to the new (nobs, nvar) before attempting any resizes. In particular, it would be bad to succeed in resizing some member arrays and fail on one or more.

Notes for Reviewer:

@johnkerl johnkerl changed the title [c++] Add can-resize helpers for experiment-level resize [c++] Add can-resize helpers in prep for experiment-level resize Sep 30, 2024
@johnkerl johnkerl force-pushed the kerl/cpp-exp-resize-prep branch 2 times, most recently from c793bcd to 116f4e8 Compare September 30, 2024 01:34
@johnkerl johnkerl changed the base branch from main to kerl/maybe-resize-soma-joinid-py-r September 30, 2024 01:34
Copy link

codecov bot commented Sep 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.09%. Comparing base (8e9be91) to head (3adcacf).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3095      +/-   ##
==========================================
+ Coverage   88.95%   89.09%   +0.13%     
==========================================
  Files          45       45              
  Lines        4293     4293              
==========================================
+ Hits         3819     3825       +6     
+ Misses        474      468       -6     
Flag Coverage Δ
python 89.09% <ø> (+0.13%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
python_api 89.09% <ø> (+0.13%) ⬆️
libtiledbsoma ∅ <ø> (∅)

@johnkerl johnkerl force-pushed the kerl/maybe-resize-soma-joinid-py-r branch 3 times, most recently from e55735b to 2b4d5a0 Compare September 30, 2024 23:30
Base automatically changed from kerl/maybe-resize-soma-joinid-py-r to main October 1, 2024 00:10
@johnkerl johnkerl merged commit 303705d into main Oct 1, 2024
25 checks passed
@johnkerl johnkerl deleted the kerl/cpp-exp-resize-prep branch October 1, 2024 01:05
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.

2 participants