Code Monkey home page Code Monkey logo

Comments (5)

JonasIsensee avatar JonasIsensee commented on June 17, 2024

It looks like you are trying to load data with a new version of DifferentialEquations.jl that is not compatible with the older version. You can try to find out which version you used when writing the file and install that (older) version to load your data.

from jld2.jl.

davorh avatar davorh commented on June 17, 2024

This part is perfectly clear, but it is a dependency hell. Is there any other option to save the data?

from jld2.jl.

JonasIsensee avatar JonasIsensee commented on June 17, 2024

You could think about what data you really need to store.
It is probably not the full DifferentialEquations.jl solution object but rather the result arrays directly.
That is a bit of extra work but much more reliable.

from jld2.jl.

davorh avatar davorh commented on June 17, 2024

This part is also perfectly clear. And we will do that in the future by avoiding JLD2, i.e. using more robust data storage and direct arrays.

from jld2.jl.

JonasIsensee avatar JonasIsensee commented on June 17, 2024

Then I don't understand your question.
There is no magic solution that would tell JLD2 to guess what your data means and what should be done to generate new changed structures from this.
If you know a method to upgrade the old structure to the new one you can use the steps outlined in the documentation:
https://juliaio.github.io/JLD2.jl/dev/advanced/

from jld2.jl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.