bird-house/finch

EQM and average_shape tests fail randomly

Closed this issue · 3 comments

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?)

EQM test relaxed in 947ce2a.

It did not work. See checks of #239.

Didn't work. See checks on master.