Closed thabbott closed 4 months ago
Unit tests have been failing non-deterministically since the release of netCDF4 version 1.7.0.
To reproduce failures, run
while pytest tests/unit/test_ecmwf.py; do; done
with netCDF4 1.7.0 installed.
For failures in CI, see e.g. https://github.com/contrailcirrus/pycontrails/actions/runs/9519726634.
Downgrading to netCDF4 1.6.5 appears to resolve this problem.
make test
@mlshapiro
Unit tests have been failing non-deterministically since the release of netCDF4 version 1.7.0.
To reproduce failures, run
with netCDF4 1.7.0 installed.
For failures in CI, see e.g. https://github.com/contrailcirrus/pycontrails/actions/runs/9519726634.
Downgrading to netCDF4 1.6.5 appears to resolve this problem.
Changes
Fixes
Tests
make test
)Reviewer