Amedeo Ceruti
Amedeo Ceruti
Hi again, yes, it is only an issue on 3.10!
Added a few more checks to the `heat_building.get_sigmoid_parameters` function and added .iloc[0] to avoid warnings.
Added checks and slightly improved functions in `src/demandlib/bdew/heat_building.py` documentation and updated AUTHOR and CONTRIB files
> Why did you close this? Hi again, sorry, it was not intentional. Thanks for reopening, I checked the code and it is working.
Hi, I added the small simplifications as suggested by @p-snft . All clear from my side .
Hi @maurerle I added a new commit with your improvements.
My latest pull request addresses this issue directly #55.
Additional info on the ScalarBlock commit: #1 which causes #2 due to pyomo >= 6.0 defaulting to latest 6.4.2 release.
+1 this issue since I am also getting it.
@tambesupriya @rnquezada I have solved this issue by specifying the pyomo version and not installing from the pip command, since setup.py and requirements specify >=6.0, which is ahead of the...