Peter Remmen
Peter Remmen
@DaJansenGit @D-Cordoba looks like a good catch. Probably this is also a bug on the other modules. 👍 In general as already said in #690 you really need to be...
@mlauster may help your here @mla-srs What we could do in a first step to check the values if they make sense at all
https://docs.python.org/3/library/functions.html#issubclass seems to be the right builtin for this task, Thanks for raising this issue @jteeonerc
Actually I'm not sure anymore if we really need this. Because what we are trying to do is to add Building (and all inherited classes) to the `parent.buildings` attribute. You...
@mla-srs Mhh not quite sure, because the error seems to occur especially for new, well insulated buildings, where there isn't typically a high leakage rate. We can do this as...
@anna-scholl thanks for this issue! this is indeed not very nice :). Do you need help solving this?
I do think there are more than one definition of orientation, so I think both are "correct". I get both of your points, on the one hand I also feel...
Regarding backwards compatibility, there are quite a number of projects at EBC (at least four of which I know) that offer the possibility to change the geometry, in addition most...
I'll transfer it to a teaser branch to get CI running and then merge if there are not tests failing
@JSchiefelbein @MichaMans I added dummy classes for: - WeatherData (data.weatherdata) - VDICore (logic.simulation.vdi_core) Functions for controal have been added to: - project (instantiate_weather_data, simulate_all_buildings) - building (simulate_building) - thermal_zone (simulate_zone)...