You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to document that in moving away from pickle (see this commit), the firedrake team rendered data generated and checkpointed on the old version incompatible with the new version if I'm reading this thread correctly.
This renders our tutorial notebooks unusable with the new version of firedrake, and I think the easiest solution is to regenerate the data (especially since pickle is quite fickle with the way it ties itself to versions of packages etc.). I'n not sure how much of a priority we want this to be since it is an issue that would prevent any newcomers from being able to run our tutorials. Not necessarily a bug with the package itself, but this might deter folks interested in HydroGym unfortunately.
The text was updated successfully, but these errors were encountered:
I agree and we could include loading checkpoints for that (although maybe expanding/refactoring is a separate discussion?). I think that the checkpoints not working is an immediately pertinent issue that's worth addressing in the short-term. I can start running simulations to generate checkpoints.
I'd like to document that in moving away from pickle (see this commit), the firedrake team rendered data generated and checkpointed on the old version incompatible with the new version if I'm reading this thread correctly.
This renders our tutorial notebooks unusable with the new version of firedrake, and I think the easiest solution is to regenerate the data (especially since pickle is quite fickle with the way it ties itself to versions of packages etc.). I'n not sure how much of a priority we want this to be since it is an issue that would prevent any newcomers from being able to run our tutorials. Not necessarily a bug with the package itself, but this might deter folks interested in HydroGym unfortunately.
The text was updated successfully, but these errors were encountered: