-
Notifications
You must be signed in to change notification settings - Fork 32
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
Try just 1 thread on x86 #747
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #747 +/- ##
=======================================
Coverage 86.49% 86.49%
=======================================
Files 36 36
Lines 4272 4272
=======================================
Hits 3695 3695
Misses 577 577 ☔ View full report in Codecov by Sentry. |
Pull Request Test Coverage Report for Build 12299146619Details
💛 - Coveralls |
@@ -42,7 +42,7 @@ Random.seed!(100) | |||
|
|||
include("test_util.jl") | |||
|
|||
@testset "DynamicPPL.jl" begin | |||
@testset verbose=true "DynamicPPL.jl" begin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[JuliaFormatter] reported by reviewdog 🐶
@testset verbose=true "DynamicPPL.jl" begin | |
@testset verbose = true "DynamicPPL.jl" begin |
9c986fc
to
03935b7
Compare
Attempt at fixing #725.Doesn't work. At this point I'm pretty sure there's an issue with the Julia GC when it runs on x86.