smartie2076
smartie2076
I currently fixed the api with `sudo nano fastapi_app/requirements.txt` by adding `numpy=1.19.4` at the end and then recomposing the docker file: `sudo docker-compose up -d --build`
@Bachibouzouk, @SabineHaas, @ursulaelmir please keep in mind to update the list if a module is completely commented out with docstrings.
We should check the progress on this task.
Constraint discussed in #133
Hi @SabineHaas ! We can go for that for now, true. As soon as we have to optimize a bi-directional transformer though, we need to come back to this issue.
@ursulaelmir this task refers to connecting inverter+rectifier into a bi-directional inverter. Whats your prio on this?
To-dos: - [ ] Think of a way to define that two transformers are connected - either in constraints.csv or as an additional field in the energyConversion.csv - [ ]...
I might have found an inbuild-functionality to connect two inverter assets: https://oemof-solph.readthedocs.io/en/latest/usage.html#adding-additional-constraints > Coupling of two variables e.g. investment variables) with a factor -> `equate_variables()` Also see [here](https://github.com/oemof/oemof-solph/pull/366) and [here...
This has lower priority for me that updating the input data of the spanish pilot, so lets leave the issue for now. Also, I am not convinced that my previous...
Puuh, I am not sure which is better. > **1) decoupled** > > * Additional to an `installedCap` of an asset its `maxiumCap` can be installed during optimization (this is...