-
Notifications
You must be signed in to change notification settings - Fork 61
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 thread safety of RegularizedForwardPass #806
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #806 +/- ##
==========================================
- Coverage 93.58% 93.56% -0.02%
==========================================
Files 26 26
Lines 3521 3528 +7
==========================================
+ Hits 3295 3301 +6
- Misses 226 227 +1 ☔ View full report in Codecov by Sentry. |
@FSchmidtDIW try with this branch: ] add SDDP#od/thread-safety |
@odow Thank you for implementing this! I guess you also need to get rid of this part of algorithm.jl, right? Lines 1138 to 1142 in aa0cf1b
I have added a PR to that effect: #807 Works fine for my problem now! |
Closes #791