-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
PseudoNetCDF tests failing randomly #3711
Comments
cc @barronh |
I want to make sure I understand the genesis of the error. My guess is that if you added a If so, I'm guessing the error is that VGLVLS is not a scalar. NetCDF files and uamiv files may have attributes with values. This is the case for VGLVLS in the IOAPI format, which uamiv is made to emulate. As a result, Can you confirm which attribute this is failing on and what the value of |
the dataset is from
While trying to reproduce the error, I noticed that the bit of code above does not get called unless |
Let me know if you need my input, but I think the testcase solution is more general than PseudoNetCDF. |
I just noticed that this is not restricted to windows, this also randomly fails for other CI suites. #3728 fixes the formatting issue so now the cause of the errors should not be hidden anymore. |
Should we disable this one test if there's not an immediate solution to hand? |
The
py37-windows
CI seems to fail for newer PRs:The text was updated successfully, but these errors were encountered: