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
set_timeseries with output=True stores directly in timeseries_export, instead of relying on self.io (and getting it again later). The self.io call is superfluous (but shouldn't be).
write of PIMixin's write loops only over values of get_output_variables, not those added with set_timeseries and output=True.
Basically, it should be possible to use both CSVMixin and PIMixin together, that can read from each other's values (e.g. with extract_results)
The text was updated successfully, but these errors were encountered:
In GitLab by @vreeken on Oct 15, 2019, 15:48
Currently (in simulation)
get_output_variables
, not those added with set_timeseries and output=True.The text was updated successfully, but these errors were encountered: