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

Add instance check of export_vars #762

Open
HoeppJ opened this issue May 28, 2024 · 0 comments
Open

Add instance check of export_vars #762

HoeppJ opened this issue May 28, 2024 · 0 comments
Assignees

Comments

@HoeppJ
Copy link

HoeppJ commented May 28, 2024

What is the problem?

Method process_export_vars in project.py does not check if given items of dict export_vars are an instance of a list.

  • ...

Why do we want to solve it?

Returned string export_vars_str of method process_export_vars would lead to incorrect output variables in the dymola result file

  • ...

How do we want to solve it?

Add code in the method process_export_vars to check, if all items of given dict export_vars are an instance of a list.
Raise error, when an item is not an instance of a list.

  • ...
@HoeppJ HoeppJ self-assigned this May 28, 2024
@HoeppJ HoeppJ changed the title Add Add instance check of export_vars May 28, 2024
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

1 participant