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
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.
...
The text was updated successfully, but these errors were encountered:
What is the problem?
Method
process_export_vars
inproject.py
does not check if given items of dictexport_vars
are an instance of a list.Why do we want to solve it?
Returned string
export_vars_str
of methodprocess_export_vars
would lead to incorrect output variables in the dymola result fileHow do we want to solve it?
Add code in the method
process_export_vars
to check, if all items of given dictexport_vars
are an instance of a list.Raise error, when an item is not an instance of a list.
The text was updated successfully, but these errors were encountered: