-
Notifications
You must be signed in to change notification settings - Fork 7
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 serialization bug #262
base: master
Are you sure you want to change the base?
Conversation
Confirmed locally that it fixes the reproducible example in #261 |
Lol I guess the way I wrote it is not standard. Gonna change that. |
Pull Request Test Coverage Report for Build 12325792494Details
💛 - Coveralls |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #262 +/- ##
==========================================
- Coverage 82.09% 73.26% -8.83%
==========================================
Files 20 20
Lines 1748 1964 +216
==========================================
+ Hits 1435 1439 +4
- Misses 313 525 +212 ☔ View full report in Codecov by Sentry. |
I don't understand why the serialization test you wrote didn't pick up this bug though. Maybe if you are in the same session the serializer just gets the current object? would be weird. |
No I think the test wasn't actually run, fixing at #263 thanks for suggesting looking into it |
Sorry for before @miguelbiron the CI should be fixed now, could you uncomment the tests for serialization and see if they run? |
Will do |
Seems like activating the tests reduced coverage? Not sure how that could happen. And the benchmark issue seems related to permissions. |
benchmark might error because BridgeStan is segfaulting on macOS, so as long as it runs, it's okay |
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.
thanks!
Closes #261