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
Reading the results file (an .csv) with python pandas.read_csv, the variable names contain an additional whitespace and quotation marks in front on the name, comes out as:
'" model.root.anVariable"'
Thus, requiring "filtering" to make it consistent with naming in ssm etc.
Expected behavior
Comes out as: 'model.root.anVariable'
Version and OS
Version: [OMSimulator --version]
Python: [v3.6]
OS: [Linux 64bit]
The text was updated successfully, but these errors were encountered:
Steps to reproduce the behavior
Reading the results file (an .csv) with python pandas.read_csv, the variable names contain an additional whitespace and quotation marks in front on the name, comes out as:
'" model.root.anVariable"'
Thus, requiring "filtering" to make it consistent with naming in ssm etc.
Expected behavior
Comes out as:
'model.root.anVariable'
Version and OS
OMSimulator --version
]The text was updated successfully, but these errors were encountered: