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

fix test_threads (hopefully) #298

Merged
merged 1 commit into from
Feb 8, 2024
Merged

fix test_threads (hopefully) #298

merged 1 commit into from
Feb 8, 2024

Conversation

MarcMush
Copy link
Collaborator

@MarcMush MarcMush commented Feb 8, 2024

removes push! in threaded code, and avoids the function is_threading by adding p.threads_used = 1:threads (#232)
(this is not a fix for #232, only so that CI passes)

Copy link

codecov bot commented Feb 8, 2024

Codecov Report

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

Comparison is base (807496a) 93.48% compared to head (77a106a) 96.87%.
Report is 3 commits behind head on master.

Files Patch % Lines
src/ProgressMeter.jl 95.34% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #298      +/-   ##
==========================================
+ Coverage   93.48%   96.87%   +3.39%     
==========================================
  Files           1        1              
  Lines         399      544     +145     
==========================================
+ Hits          373      527     +154     
+ Misses         26       17       -9     

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

@MarcMush MarcMush merged commit 80f93fc into timholy:master Feb 8, 2024
14 checks passed
@MarcMush MarcMush deleted the thread branch February 8, 2024 13: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