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

Print more info on AHfinder failure. #5597

Merged

Conversation

markscheel
Copy link
Contributor

Proposed changes

If the AH finder fails because it cannot interpolate to some points, now it prints the
points that it cannot interpolate to.

Code review checklist

  • The code is documented and the documentation renders correctly. Run
    make doc to generate the documentation locally into BUILD_DIR/docs/html.
    Then open index.html.
  • The code follows the stylistic and code quality guidelines listed in the
    code review guide.
  • The PR lists upgrade instructions and is labeled bugfix or
    new feature if appropriate.

@markscheel markscheel force-pushed the MoreInfoForAhInterpFailure branch 2 times, most recently from bfc0cbc to 195e93f Compare October 25, 2023 22:01
Copy link
Contributor

@knelli2 knelli2 left a comment

Choose a reason for hiding this comment

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

Not a full review

Comment on lines +57 to +60
ERROR("Apparent horizon finder "
<< pretty_type::name<InterpolationTargetTag>()
<< " failed, reason = " << failure_reason << os.str());
Copy link
Contributor

Choose a reason for hiding this comment

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

Also write the temporal id? Could even do it below in general as well

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done (and squashed).

@kidder
Copy link
Member

kidder commented Nov 17, 2023

@knelli2 can this be merged?

@knelli2 knelli2 merged commit 5eb9ac7 into sxs-collaboration:develop Nov 17, 2023
20 of 22 checks passed
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.

3 participants