EQM and average_shape tests fail randomly
Closed this issue · 3 comments
aulemahal commented
Description
The EQM and average_shape tests of the test suite sometimes fail randomly.
The EQM test seems to fail because the random inputs yields an adjusted series slightly too different than the expectation. Raising the relative tolerance of the assertion could solve this easily.
The average_shape
test fails with ValueError: ESMC_GridCreateNoPeriDim() failed with rc = 545. Please check the log files (named "*ESMF_LogFile").
, which seems related to a misformed grid. However, I have been unable to replicate this bug locally, I have no idea where it comes from...
Environment
- Finch version used, if any: master
- Python version, if any: build , so 3.8
- Operating System: github actions (ubuntu?)
aulemahal commented
Didn't work. See checks on master.