-
Notifications
You must be signed in to change notification settings - Fork 93
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
Problems with p.check_iterations
#209
Comments
I believe this should fix the issue, but it would be great if you could check this PR if you have a repro #210 |
* avoid NaN in calc_check_iterations * add test for #209 * fix test * more fix
I've merged and released #210 in v.1.7.1 given avoiding the NaN is a good idea, and likely to fix this. Can you confirm whether that new release fixes the issue. Thanks |
Thanks so much for the prompt attention! Having a hard time reproducing the original error (one of the reasons for reaching out) but see here. |
I am no longer seeing a problem in our builds, and the poster of the original issue JuliaAI/MLJ.jl#788 (comment) is unable to reproduce. So closing. @IanButterworth Again many thanks for the extremely prompt resolution! |
Newer versions of ProgressMeter have been intermittently crashing code in several MLJ repositories that use it. See for example this failing build and this issue. Version 1.5 is fine, but the new
check_iterations
apparatus is what is causing the problem.Here's the beginning of the stack trace:
It could be that the error is on our side, but we would certainly appreciate some clues as to what we might be doing to create the
NaN
.cc @OkonSamuel
The text was updated successfully, but these errors were encountered: