Patrik Schönfeldt

Results 78 issues of Patrik Schönfeldt

As different types of periods will be used for multi-period optimisation (long-term investment planing) and working with aggregated time-series (e.g. using tsam), I suggest to change the indexing of the...

Currently, we use constraint tests to check if a component/ constraint produces the correct lp file. In fact, they are not unit tests but integration tests, including problems associated with...

decision wanted
oemof-core

The enumeration was not always rendered (missing blank line). Also, it was source of misunderstandings (e.g. 1.5 €). As letters are not allowed in markdown, I suggest an unnumbered list.

I want to add solph to the software repository of the Helmholtz association, besides other energy system design software (cf. https://helmholtz.software/software?keywords=%5B%22ESD%22%5D). Do you have any feelings about this.

feedback wanted

I think, the capacity of a `Flow` (e.g. a power line) is actually easier to interpret as the "nominal value". Actually, I have been asked that quite some times. If...

feedback wanted
oemof-solph
API

The test of the 0th element of a sequence being None is replaced by a test function that also sets the length of `_FakeSequence` objects, making them iterable afterwards. This...

bug
triaged

It's almost impossible to have doctests that work with both, numpy 1.x and numpy 2.x: The string representations changed to include the data type. Example: ``` > data = numpy.array([1,2,3])...

bug
oemof-solph

Discounting functionality is not actually needed, as we allow time series anyway. So, we can remove code without reducing functionality.

oemof-solph
API

With changing to the development of v0.6, the transitional wrappers for compatibility to v0.4 can now be removed.

oemof-solph
API

Discounting functionality is not actually needed, as we allow time series anyway. So, we can remove code without reducing functionality. (Users should be able to calculate discounting externally. On the...