Uwe Krien
Uwe Krien
In issue #544 we developed a new template for the doc string of block classes. The following classes still have the old docstring design. @oemof/documentation : Please assign yourself to...
With commit b18ad23210 it is possible to define a `timeindex` and a `timeincrement`in the energy system. This makes it possible to use nonequidistant time steps (see #668). Now two issues...
This is a spin-off of PR #605 to discuss the API of dual variables. @simnh Shall we call it `fetch_`, `get_` or `receive_` `duals`? I think `receive_duals` is fine because...
Is pickle the most efficient way to store the results? @oemof/oemof-solph Would it make sense to provide something like: ```python outputlib.processing.save(results, 'results/my_results.pkl') results = outputlib.processing.load('results/my_results.pkl') ```
This issue follows PR #717 This does not effect our result API in general but the [node view](https://github.com/oemof/oemof-solph/blob/dev/src/oemof/solph/views.py#L27) if the parameter `multiindex` is set to `False`. For the `scalar` key...
## Expected behavior and actual behavior. I expected to be able read a 3D shapefile (via zip) downloaded from the open geodata base of Lower Saxonia in Germany as I...
In the new structure the module header of the examples can be found in the documentation. Now we may want to improve the module header text and the *title` of...
JuPyter Notebooks do work but the text is outdated. Furthermore, there are some local pathes like `/home/uwe/...` which is strange because I do not work with notebooks. Could anybody, who...
I would like to remove the dev-branch. I think it is mainly confusing. We introduced it to contain examples of a not release versions. At the moment we do have...
Check/Adapt the sdewes examples against oemof v0.3.x.