Skip to content

pass progress_id for distinct progress logging #427

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

Merged
merged 2 commits into from
Oct 5, 2023

Conversation

pepijndevos
Copy link
Contributor

Make each simulation have an unique progress logging ID, so when multiple simulations are run in parallel they don't override each other. Usage: SciML/SciMLBase.jl#514

@codecov
Copy link

codecov bot commented Oct 3, 2023

Codecov Report

Merging #427 (a0beadb) into master (ca8ac7c) will increase coverage by 0.37%.
The diff coverage is 55.55%.

@@            Coverage Diff             @@
##           master     #427      +/-   ##
==========================================
+ Coverage   81.39%   81.76%   +0.37%     
==========================================
  Files          11       11              
  Lines        1435     1437       +2     
==========================================
+ Hits         1168     1175       +7     
+ Misses        267      262       -5     
Files Coverage Δ
src/common_interface/integrator_types.jl 71.42% <ø> (ø)
src/common_interface/solve.jl 83.33% <55.55%> (+0.41%) ⬆️

... and 3 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@ChrisRackauckas ChrisRackauckas merged commit b5df5e1 into SciML:master Oct 5, 2023
@pepijndevos
Copy link
Contributor Author

FYI this still requires SciML/DiffEqBase.jl#939 to be actually usable

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.

2 participants