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

make quadgk thread-safe #116

Merged
merged 3 commits into from
Aug 30, 2024
Merged

make quadgk thread-safe #116

merged 3 commits into from
Aug 30, 2024

Conversation

stevengj
Copy link
Member

Make quadgk calls thread-safe, by putting a lock around access to the rule-cache dictionaries. From JuliaMath/HCubature.jl#69

Copy link

codecov bot commented Aug 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.36%. Comparing base (e014f64) to head (e5cd0d6).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #116      +/-   ##
==========================================
+ Coverage   92.23%   92.36%   +0.12%     
==========================================
  Files           8        8              
  Lines         773      786      +13     
==========================================
+ Hits          713      726      +13     
  Misses         60       60              

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

@stevengj
Copy link
Member Author

Failing tests seem to be an unrelated problem with the CI system on macOS. (Tests pass locally on macOS.)

@stevengj stevengj merged commit 1f1da1c into master Aug 30, 2024
10 of 13 checks passed
@stevengj stevengj deleted the threadsafety branch August 30, 2024 23:49
@giordano
Copy link
Member

macOS failure should have been fixed by julia-actions/cache#143.

@stevengj
Copy link
Member Author

Yes, CI seems to be passing.

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