LBNL-ETA / SimulatorToFMU

42 stars 10 forks source link

Always pass a list to the Python function for inputs #21

Open Jonathan56 opened 6 years ago

Jonathan56 commented 6 years ago

This issue is related to the way inputs are passed to the exchange function. The input type should not change regardless of the number of inputs (list versus scalar).

Note: it's an easy fix in Python but it will lead to poor practice.