anand jain
anand jain
Ah thanks, `DataFrame(js)` wasn't that obvious. Is it possible to make `jsontable` work here without read + write? If not, then this is as it is totally fine
hmm. i just tried it again and I am still getting `foo isa Array{String, 1}` from initial mwe. this is my setup ```julia Status `~/.julia/environments/v1.5/Project.toml` [0f8b85d8] JSON3 v1.5.1 julia> versioninfo()...
thanks for your response, i've created a dummy example, which works as expected. my original example, which has [this](https://query1.finance.yahoo.com/v8/finance/chart/GOOG) structure still fails on first `JSON3.read`. my only thought is that...
2.1.0 is giving ~178/940
2.2.0 is giving ~477/940
It is a known issue that some files in the [CellML Model Repository](https://models.cellml.org/cellml) have bad XML or do not fit the specification of CellML we use. (aside @shahriariravanian which version...
861 CellML models 718 successfully converted to ODESystem 635 successfully converted to ODEProblem 595 successfully solved we get 940 from the curls, but cloning the git repos returns 861, so...
this data is from @shahriariravanian. could you shed some light on chris' question?
Great, could you name a model with ? I'd like to look into that. Similarly for a model with missing vars and components. Also, if you end up doing some...
>However, this example heavily relies on the internals of this package. Hence, I would ask if we could add some of the internals to the public API and keep them...