Skip to content

Comments

Continue on with the polyalg if a stalledsuccess#622

Merged
ChrisRackauckas merged 2 commits intomasterfrom
ChrisRackauckas-patch-2
May 21, 2025
Merged

Continue on with the polyalg if a stalledsuccess#622
ChrisRackauckas merged 2 commits intomasterfrom
ChrisRackauckas-patch-2

Conversation

@ChrisRackauckas
Copy link
Member

Only exit if less than tolerance

Only exit if less than tolerance
stats, alias_u0, verbose, kwargs...
)
if SciMLBase.successful_retcode($(cur_sol))
if SciMLBase.successful_retcode($(cur_sol)) && $(cur_sol).retcode !== ReturnCode.StalledSuccess
Copy link
Contributor

Choose a reason for hiding this comment

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

[JuliaFormatter] reported by reviewdog 🐶

Suggested change
if SciMLBase.successful_retcode($(cur_sol)) && $(cur_sol).retcode !== ReturnCode.StalledSuccess
if SciMLBase.successful_retcode($(cur_sol)) &&
$(cur_sol).retcode !== ReturnCode.StalledSuccess

@ChrisRackauckas ChrisRackauckas merged commit 3abd461 into master May 21, 2025
72 of 88 checks passed
@ChrisRackauckas ChrisRackauckas deleted the ChrisRackauckas-patch-2 branch May 21, 2025 19:10
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.

1 participant