Skip to content

allow non-convergence errors #64

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

boverhof
Copy link
Member

…rs are detected

@boverhof boverhof self-assigned this Apr 22, 2025
@boverhof
Copy link
Member Author

CCSI-Toolset/FOQUS#1259

@ksbeattie ksbeattie added the Priority:High High Priority Issue or PR label Apr 22, 2025
@ksbeattie ksbeattie requested review from kbuma and bpaul4 April 22, 2025 20:09
Copy link

@bpaul4 bpaul4 left a comment

Choose a reason for hiding this comment

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

I think this is good and does what we want it to do.

@@ -20,6 +20,7 @@ public enum sinter_AppError
si_SIMULATION_NOT_RUN = 6,
si_SIMULATION_STOPPED = 7, //The user stopped the simulation
si_STOP_FAILED = 8, //The user tried to stop the sim, but the stop timed out. Terminate should probably be called.
si_NONCONVERGENCE_ERROR = 9, //The user tried to stop the sim, but the stop timed out. Terminate should probably be called.
Copy link

Choose a reason for hiding this comment

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

Suggested change
si_NONCONVERGENCE_ERROR = 9, //The user tried to stop the sim, but the stop timed out. Terminate should probably be called.
si_NONCONVERGENCE_ERROR = 9, //The simulation returned results, but nonconvergence errors were thrown

Copy link
Collaborator

@kbuma kbuma left a comment

Choose a reason for hiding this comment

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

Agree with @bpaul4 on fixing the comment for the new state/signal.

Otherwise LGTM.

@boverhof
Copy link
Member Author

boverhof commented May 1, 2025

tagged: 3.3.0-rc -m "Release candidate for version 3.3.0: allow_nonconvergence_errors"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority:High High Priority Issue or PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants