Davíd Brakenhoff
Davíd Brakenhoff
Also worth considering, - run them in parallel using `pytest-xdist`. GH Actions has 2 cores, not sure what types of machines RTD has?
Closed by #731
Is data stored between steps when you implement the CI this? I assume so, but I haven't checked. Do you know?
This seems to be happening again. After a kernel restart, the `dask.base.tokenize` result on a dataset is different. This means comparing hashes between sessions always fails and causes the cache...
> In https://github.com/gwmod/nlmod/pull/395 we moved from Dask tokenize to Hashlib. Are you seeing the same behavior with hashlib? We only moved to hashlib for the hash of the entire netcdf....
The latter solution produces the same problem for me, the hash changes on load... There must be something going on within the xarray+netcdf that is produced that causes something to...
Maybe found the culprit too: ``` x fb19a17d67624fa961de3b068ae6e097b25e82aae6c232e8abdcb9f4b45224e2 fb19a17d67624fa961de3b068ae6e097b25e82aae6c232e8abdcb9f4b45224e2 y fb19a17d67624fa961de3b068ae6e097b25e82aae6c232e8abdcb9f4b45224e2 fb19a17d67624fa961de3b068ae6e097b25e82aae6c232e8abdcb9f4b45224e2 layer a54432c15f27ceeacb2654fca1297758a5f030d3f355785bc9eda5ad1e60e143 d6cb94c7898e14751da4b843b100fe0f556c22802aca31a1496e012d8397be97 time 013e4e40c7a979af654dff4af06d7e0f2eead44eaeef37ab87c1572c54d21498 013e4e40c7a979af654dff4af06d7e0f2eead44eaeef37ab87c1572c54d21498 ``` The layer dtype changes to
This is a script to study what the differences are between downloaded REGIS and the copy loaded from netCDF. Maybe not the best example for our caching stuff, since the...
Wait for decision on #413 before closing this issue.
Requires latest develop version of flopy (or maybe even one of the open PRT PRs) to work.