-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inconsistent behavior when saving TaylorN
s with JLD2 v0.4
#373
Comments
What version of TaylorSeries are you using? I'm getting the same inconsistencies when I use TaylorSeries v0.18.1 and JLD2 v0.4..53. Yet, if I install JLD2 v0.5 it downgrades TaylorSeries to v0.17.3, and then everything seems consistent. So, there seems to be an issue with the version and Project.toml in TaylorSeries v0.18.1... |
It seems to be an issue in TaylorSeries v0.18.1: with JLD2 v0.4..53 and TaylorSeries to v0.17.3 everything seems ok. Can you confirm this? |
Co-authored-by: LuEdRaMo <[email protected]>
As we discussed offline, the problem is solved by upgrading to JLD v0.5; #374 should fix it. |
When saving a long
Vector{TaylorN{Float64}}
with JLD2 v0.4 (required minor version inProject.toml
) I get inconsistent results:But with JLD2 v0.5 (latest minor version), everything works:
# 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
¿@lbenet can you reproduce this?
The text was updated successfully, but these errors were encountered: