Uwe Krien

Results 186 comments of Uwe Krien

@oemof/feedinlib : I would appreciate some help, ideas and feedback.

### Custom weather data We could make the method private, making it clear that you should not use it. In fact, in Python you can use it anyway: ```python def...

Isn't it just easy to set a specific Parameter to `None` or `0`? ```python my_houses.append( { "N_Pers": 3, "name": "EFH_{0}".format(n), "N_WE": 1, "Q_Heiz_a": 6000, "copies": 24, "house_type": "EFH", "Q_TWW_a": 1500,...

BTW: It might save time if you do not implent everthing diretly but first discuss what you want to do. It feels strange to me if you provide many lines...

> It makes me think my suggestions through and allows me to test them. Also I feel like sometimes just writing the code is the most precise form of communicating...