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
Merge pull request #1305 from oemof/feature/FakeSequenceArithmetic
This implements arithmetic operators (+, -, *, /) for _FakeSequence. In the process, we decided that it would be clean and more understandable if the _FakeSeuqence does not have a state (lenght defined or undefined) but always has *every* length. All other changes are just to align to this change.
We also removed the keyword coefficients from OffsetConverter. The keyword was about to be removed anyway as it was superseded by the combination of normed_offsets and conversion_factors already in solph 0.5.3, so we decided to skip adapting it.