Closed uvchik closed 3 years ago
The 'scaling_value' parameters in the scaling of PV and wind feed-in in the simple_example.py are old parameters that I discarded but forgot to remove from the example. Scaling should be done as shown in the notebooks. When scaling the feed-in, the feed-in is not returned in absolute values but in W/W or in case of PV also in W/m². I would not change that but just fix the example and add a better explanation in the docstring.
Closed because the problem is actually in the example.
In the
simple_feedin.py
example I found the following code:In my opinion it does not work without the changes of this PR.