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++] Show which coordinate is out of range in fastercsx error messages #3539

Merged
merged 3 commits into from
Jan 9, 2025

Conversation

johnkerl
Copy link
Member

@johnkerl johnkerl commented Jan 9, 2025

@johnkerl johnkerl requested a review from bkmartinjr January 9, 2025 20:10
@johnkerl johnkerl changed the title [c++] Show which coordinate is out of range in fastercsx [c++] Show which coordinate is out of range in fastercsx error messages Jan 9, 2025
@johnkerl johnkerl force-pushed the kerl/which-coordinate-out-of-range branch from 33fdef6 to 663c506 Compare January 9, 2025 20:13
Copy link
Member

@bkmartinjr bkmartinjr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you for doing this! My only suggestion is to also include whether the out-of-bounds value is found in the I or J (aka dim 0 and dim 1) inputs

@johnkerl
Copy link
Member Author

johnkerl commented Jan 9, 2025

Thanks @bkmartinjr !

@johnkerl johnkerl merged commit 4d536c7 into main Jan 9, 2025
15 checks passed
@johnkerl johnkerl deleted the kerl/which-coordinate-out-of-range branch January 9, 2025 20:56
github-actions bot pushed a commit that referenced this pull request Jan 9, 2025
…ages (#3539)

* [c++] Show which coordinate is out of range in `fastercsx`

* code-review feedback

* more
Copy link

codecov bot commented Jan 9, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.30%. Comparing base (eabdb30) to head (1d33773).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3539      +/-   ##
==========================================
+ Coverage   86.25%   86.30%   +0.04%     
==========================================
  Files          55       55              
  Lines        6359     6359              
==========================================
+ Hits         5485     5488       +3     
+ Misses        874      871       -3     
Flag Coverage Δ
python 86.30% <ø> (+0.04%) ⬆️

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

Components Coverage Δ
python_api 86.30% <ø> (+0.04%) ⬆️
libtiledbsoma ∅ <ø> (∅)

johnkerl added a commit that referenced this pull request Jan 9, 2025
…ages (#3539) (#3541)

* [c++] Show which coordinate is out of range in `fastercsx`

* code-review feedback

* more

Co-authored-by: John Kerl <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants