eurec4a / how_to_eurec4a

Code examples to get you started with EUREC⁴A data.
https://howto.eurec4a.eu
MIT License
6 stars 20 forks source link

Cache updates #104

Closed d70-t closed 1 year ago

d70-t commented 1 year ago

While the caching already helps a lot reducing the build time, there is still an issue with flaky notebooks:

If a cache entry (with a given key) exists, it is restored. Afterwards all the previously failed and newly added or modified notebooks are executed. When finished, there will ideally be more successfully executed notebooks in the cache, thus the cache probably should get updated. Currently this does not happen (as the save cache action refuses to write a cache entry which already exists). There are probably two ways out:

observingClouds commented 1 year ago

Great! I saw this error messages in the previous PR checks.