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
We are using JLD in the code, and it creates warnings because it is behaving improperly with FileIO - I think it's a type piracy problem. I tried to suppress the warnings by being more precise about what we were doing, but it wasn't possible. I think the long term solution is to move to the data pipeline and/or JLD2, but I'm open to other suggestions (and maybe this is fixed in dev?).
The text was updated successfully, but these errors were encountered:
@claireh93 I think the JuliaNightly failure may be to do with JLD... it does something bad with FileIO, and I think that may now be forbidden on nightly. Maybe that's why they introduced the warning...
We are using JLD in the code, and it creates warnings because it is behaving improperly with FileIO - I think it's a type piracy problem. I tried to suppress the warnings by being more precise about what we were doing, but it wasn't possible. I think the long term solution is to move to the data pipeline and/or JLD2, but I'm open to other suggestions (and maybe this is fixed in
dev
?).The text was updated successfully, but these errors were encountered: