Joris Zimmermann

Results 19 comments of Joris Zimmermann

```shell java -cp `cat target/launcher-classpath`:lib/:modules/launcher/target/classes ` -Djava.library.path=$(pwd)/lib/native/linux-x64 ` -Dfelix.config.properties=file:./lib/felix-dev.properties ` net.java.sip.communicator.launcher.SIPCommunicator ``` > > The snippet is for Linux, you can't run `cat` or `pwd` in the Windows cmdline, and...

Just to add my voice: I needed this functionality, too. ``tobler.area_weighted.area_join()`` seems to work fine, so huge thanks for that. But it cannot handle resulting duplicate column names (where geopandas...

As requested, here is a complete example for width_policy and heigth_policy in action. Happy to help! ```python """Example for Bokeh width_policy and heigth_policy. We want to create a 2x2 gridplot...

In case anyone still cares: One workaround is creating a margin of e.g. 9 pixels on the right side, by adding this argument to the figure: ```p = figure(plot_height=9000, sizing_mode='stretch_width',...

Hi everybody, is this still being considered? There should be (if this is possible) some sort of input flag for ``optimizer.ask()`` that forces it to avoid points that have been...

Hello everyone, I proposed a workaround to this issue in PR #1050: > #302 discusses a long standing issue where the ask() function to "Query point or multiple points at...

It has been a while since my first commit to this PR. I realized that this issue is still not resolved and I took another stab at it. I also...

Thanks a lot for taking the time to fix this @joroeder. As far as I can see, your changes make the current oemof.network usable again in my test cases. Please...

@uvchik thanks very much, especially the speed looks promising! Not iterating through rows does indeed help a lot :-) I was able to run your example. I have reduced it...

Here are the notes about what we discussed: - [x] Make ``summer_temperature_limit`` (currently set in the ini file) an attribute of each house. As a consequence, different series of typical...