-
Notifications
You must be signed in to change notification settings - Fork 171
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
test_random_search_layout_opt
is failing locally on my machine but not on github
#936
Comments
Interesting; presumably this was introduced when I updated the reg test comparison values in #934 . Tests pass for me locally, with the following package versions:
@paulf81 , if you switch the |
Ah you're right, this appears to be a precision thing, I can only spot it when following
But as is both are just different enough to fail |
Ok, I think we could switch to using |
Hi @misi9170 , somehow I was a bit wrong about this, the answers are just quite different if I don't run in debug mode. I changed the DEBUG output to:
If I run the test normally this is:
But if I run it in debug mode:
So I get the matched results when I run in debug, but pretty different if I just run : pytest -rA tests/ |
Closed by #940 |
test_random_search_layout_opt
is failing locally on my machine but not on githubI think this must be a difference in package version, or os, but on the version of develop (current July 4), running
test_random_search_layout_opt
produces the error:How to reproduce
Run
test_random_search_layout_opt
in develop on local machineSystem Information
The text was updated successfully, but these errors were encountered: