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
In the latest build we have a failure of one test, only for the parallel + Python 3.5 build. It is a test of gauge output; it seems that somehow the test is trying to read the file before it is written:
I saw this the other day too and eventually got it to pass after restarting a few times. I guess we need to check to make sure that everything is done (maybe check for the file?) before moving on to the test.
In the latest build we have a failure of one test, only for the parallel + Python 3.5 build. It is a test of gauge output; it seems that somehow the test is trying to read the file before it is written:
The text was updated successfully, but these errors were encountered: