Closed unndreay closed 4 years ago
What is the status here? Is this obsolete as we do not use output_parameters any more as they do not go along with InvestmentFlow
s? Should we switch to semicolons anyway?
Does not seem to apply to the cases we calculate. We can make semicola a convention for input data. A short sentence in the docs would be good. I move this to the next milestone.
Input parameters are used in h2-cavern
and electricity-bev
now. There is only one field, no comma needed, see https://github.com/modex-flexmex/oemo-flex/pull/81#issuecomment-697371252
But I agree to doc it.
This is a TODO in the docs issue now, so I close this one.
When introducing more than one
output_parameter
into one of the CSV files or a parameter with a dict where a comma is needed:(see
{"negative_gradient": {"ub": 1000, "costs": 0}}
at the end), an error is raised:oemof.tabular's reading function interprets the comma as a field separator.
We should consider using semi-colons as field separators as in the oemof.tabular examples. The following works.