-
Notifications
You must be signed in to change notification settings - Fork 24
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
Tables interface for FMUSolution #199
base: main
Are you sure you want to change the base?
Conversation
Creating DataFrames from |
Maybe a general issue with the latest JLD2 release... this issue is not limited to your PR |
Seems you are right, using [compat]
JLD2 = "< 0.4.37" works locally. |
It is! |
The JLD2-thing seems resolved ... |
I'll see if I can finish this PR soonish. |
- Column access defined - Restricting JLD2 to version smaller 0.4.37
I can't find the list of variable names solution = fmiSimulateME(fmu, (0., 1.); recordValues=["a"]) only If that is not available we can keep it as it is now: Store both |
Changes
fmiSaveSolutionCSV
,CSV.write
used Tables interface as well.Related Issue
Fixes #198