Francesco Witte
Francesco Witte
Dear @jubra97, thank you for your idea and for reaching out! I have been on holidays, and did not yet have a lot of time to look into your suggestion,...
@jubra97, thank you for updating on this. I am struggling to find the time to go deep into this. Generally, I would think, that this is possible, but in some...
That is today, yes!
Hi @jgunstone, thank you for reaching out. There was actually an approach recently implemented by someone in the discussions (#505, title does not show that immediately...). I would like to...
I also quickly looked into the `OffsetConverter`, and I would now actually suggest implementing this feature (I already did locally before I found this PR)... It is quite straight forward,...
I will make another PR, I would like to change the naming conventions and styles of the equations (to have the exact same structure as in the `Converter`, i.e. using...
The `create_time_index` test now fails under python 3.8 and succeeds for python 3.9 and higher. And, if I understand the pandas future warning correctly, will fail once pandas 3.0 becomes...
What is the current state here? I am getting tired of the pandas warnings... :D
Thank you, merged it!
The snippet is actually based on the the API docs example here https://oemof-solph.readthedocs.io/en/stable/reference/oemof.solph.components.html#module-oemof.solph.components._generic_chp. Interestingly, in that docstring example only the creation of the component is tested, not adding it to...