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

Optimization #95

Merged
merged 20 commits into from
Oct 19, 2023
Merged

Optimization #95

merged 20 commits into from
Oct 19, 2023

Conversation

abraunst
Copy link
Collaborator

reduce the number of calls to user-provided functions, which could be slow

@codecov
Copy link

codecov bot commented Oct 19, 2023

Codecov Report

Attention: 5 lines in your changes are missing coverage. Please review.

Comparison is base (3c5e37e) 91.13% compared to head (a79e761) 91.48%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #95      +/-   ##
==========================================
+ Coverage   91.13%   91.48%   +0.34%     
==========================================
  Files          20       20              
  Lines        1117     1198      +81     
==========================================
+ Hits         1018     1096      +78     
- Misses         99      102       +3     
Files Coverage Δ
src/MatrixProductBP.jl 100.00% <ø> (ø)
src/Models/Models.jl 100.00% <ø> (ø)
src/Models/epidemics/sis_bp.jl 100.00% <100.00%> (ø)
src/Models/glauber/glauber_bp.jl 97.22% <100.00%> (+0.25%) ⬆️
src/exact.jl 96.73% <100.00%> (+0.07%) ⬆️
src/infinite_graph.jl 96.77% <100.00%> (+1.12%) ⬆️
src/mpems.jl 100.00% <100.00%> (ø)
src/recursive_bp_factor.jl 96.07% <100.00%> (+0.67%) ⬆️
src/sampling.jl 99.51% <100.00%> (ø)
src/Models/epidemics/inference.jl 0.00% <0.00%> (ø)
... and 2 more

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

@stecrotti stecrotti merged commit 59947a9 into main Oct 19, 2023
4 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.

2 participants