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
By setting the "capacity_factor_timeseries = True" the results seem not to be changed and a single generation time series is returned.
The reason might be that the flag "capacity_factor_timeseries = True" cannot be used when only a layout (no matrix and shape) is given.
I believe that line 129 is only reached if no_args = True, which means that none of layout, shapes and matrix, need to be given, in order to execute the flag.
A possible fix could be to unindending the lines: L128-L137
The text was updated successfully, but these errors were encountered:
hey @TimFuermann, thanks for raising an issue, I am not sure what the expected dimension should when setting capacity_factor_timeseries. Would you mind creating a PR and make a suggestion on how to change it?
atlite/atlite/convert.py
Lines 128 to 137 in c1e29e8
By setting the "capacity_factor_timeseries = True" the results seem not to be changed and a single generation time series is returned.
The reason might be that the flag "capacity_factor_timeseries = True" cannot be used when only a layout (no matrix and shape) is given.
I believe that line 129 is only reached if no_args = True, which means that none of layout, shapes and matrix, need to be given, in order to execute the flag.
A possible fix could be to unindending the lines: L128-L137
The text was updated successfully, but these errors were encountered: