You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I want to use goroutines to accelerate multiple bootstrapping, and I tried to use
ShallowCopy()
for Bootstrap Evaluator.I got the panic: level cannot be larger than max level
This issue does not only occur when using goroutines—even in a single-threaded scenario, the same error will appear when using
ShallowCopy()
.I wonder how to properly implement multi-threaded parallel bootstrapping?
Beta Was this translation helpful? Give feedback.
All reactions