-
Notifications
You must be signed in to change notification settings - Fork 42
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
Replace UserInfo
with regular storage.
#748
Conversation
…nformation between nodes
This probably means that the right child is receiving the user info updated by the left child while it should inherit a clean copy of the one generated at the root node. This test was designed to capture that. |
Investigating a bit more the bug, I found that
|
…fine test custom algo as not manager
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## before_cut_gen_callback #748 +/- ##
==========================================================
Coverage ? 49.13%
==========================================================
Files ? 59
Lines ? 5422
Branches ? 0
==========================================================
Hits ? 2664
Misses ? 2758
Partials ? 0 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
@artalvpes the last test does not pass. I find
max_info_val
equals1110
.I don't have time to go further this week. You can review it if you have time. I'll work back on this next week.