Skip to content
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

Variable names in results file, gets an whitespace added #1153

Closed
Fredrik1Haider opened this issue Apr 19, 2022 · 2 comments
Closed

Variable names in results file, gets an whitespace added #1153

Fredrik1Haider opened this issue Apr 19, 2022 · 2 comments

Comments

@Fredrik1Haider
Copy link

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

  • Version: [OMSimulator --version]
  • Python: [v3.6]
  • OS: [Linux 64bit]
@arun3688
Copy link
Contributor

arun3688 commented May 6, 2022

@Fredrik1Haider the issue is fixed with this commit 86bee65, please test it

@Fredrik1Haider
Copy link
Author

@arun3688 tested and works as requested, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants