Skip to content
Snippets Groups Projects

Resolve "(BalancingLearner) loss is cached incorrectly"

Merged Jorn Hoofwijk requested to merge 108-balancinglearner-loss-is-cached-incorrectly into master
All threads resolved!
@@ -4,7 +4,7 @@ from ..learner import LearnerND
from ..runner import replay_log
def test_failure_case_LearnerND():
def test_faiure_case_LearnerND():
log = [
('ask', 4),
('tell', (-1, -1, -1), 1.607873907219222e-101),
Loading