-
Notifications
You must be signed in to change notification settings - Fork 25
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
Conversation
fastercsx
fastercsx
error messages
33fdef6
to
663c506
Compare
There was a problem hiding this 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
Thanks @bkmartinjr ! |
…ages (#3539) * [c++] Show which coordinate is out of range in `fastercsx` * code-review feedback * more
Codecov ReportAll modified and coverable lines are covered by tests ✅
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
Flags with carried forward coverage won't be shown. Click here to find out more.
|
…ages (#3539) (#3541) * [c++] Show which coordinate is out of range in `fastercsx` * code-review feedback * more Co-authored-by: John Kerl <[email protected]>
[sc-61341]
[sc-61579]