Skip to content

Storage: Make variable name first argument to io.set_timeseries

Tjerk Vreeken requested to merge consistent-order-set-timeseries into master

The variable name is the first argument to e.g. PIMixin.set_timeseries, and also the first argument to get_timeseries. It was confusing that io.set_timeseries had a different order. This commit makes it consistent with other similar methods by making variable the first argument.

Merge request reports