-
Notifications
You must be signed in to change notification settings - Fork 49
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_autofocus_coarse_with_plots[simulator] fails #677
Comments
Hmmm, well the test failure means that the expected focus plot file doesn't exist, at least not at the expected location. Is this consistently failing, or only sometimes? Wondering whether there's some sort of race condition here. |
I was hoping this would be fixed by #681, which made the image location consistent. So be aware that things may have changed this Issue was open. |
This is still failing on my laptop (i.e. not saying that it is failing for everybody). Here is the pytest output:
|
I should clarify that I'm testing this with the latest commit as of an hour ago:
|
Two things going on here:
I'll put in a fix for the first point, which should get it passing. |
This was failing at develop:HEAD with a KeyError: 'fileline' exception, so I modified to remove the fileline from the formatting of log messages, which then demonstrated that the error was really an assert failure in the test itself.
The text was updated successfully, but these errors were encountered: