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

Enable early termination #111

Merged
merged 1 commit into from
Oct 1, 2024
Merged

Enable early termination #111

merged 1 commit into from
Oct 1, 2024

Conversation

nefrathenrici
Copy link
Member

This PR changes update_ensemble to return the termination flag passed by EKP, which is in turn checked with !isnothing(terminate).

Closes #104

Copy link

codecov bot commented Oct 1, 2024

Codecov Report

Attention: Patch coverage is 43.75000% with 9 lines in your changes missing coverage. Please review.

Project coverage is 27.42%. Comparing base (d4b6acc) to head (476102e).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
src/backends.jl 35.71% 9 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #111      +/-   ##
==========================================
+ Coverage   27.03%   27.42%   +0.39%     
==========================================
  Files           8        8              
  Lines         344      350       +6     
==========================================
+ Hits           93       96       +3     
- Misses        251      254       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@nefrathenrici nefrathenrici merged commit 4232948 into main Oct 1, 2024
9 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.

Must allow for early Termination
1 participant