olbermann
olbermann
``` import pandapower as pp import pandapower.networks as pn net = pn.create_cigre_network_hv(length_km_6a_6b=0.1) pp.to_excel(net, "example.xlsx") ``` fails with pandapower version 2.8.0 and python version 3.9.7 with an AttributeError: 'DataFrame' object has...
I have not installed pytube from source, but instead looked at the source code in the master branch and seen that the relevant line is still in there. **Bug description**...
When I have "sum" of a generator expression, e.g. ``` import yappi event = "minimal_example" yappi.clear_stats() yappi.start() def f(): a = sum(x for x in range(10)) f() yappi.stop() minimal_example_stats =...
### URL https://python.langchain.com/docs/integrations/vectorstores/elasticsearch/ ### Checklist - [x] I added a very descriptive title to this issue. - [x] I included a link to the documentation page I am referring to...
I was trying to run synxflow with CUDA 12, by modifying the Dockerfile. The build seemed to work, even when also upgrading to ubuntu24.04, python3.12 but I think the minimal...
Using synxflow 1.0.1 and fiona 1.10.1 the line https://github.com/SynxFlow/SynxFlow/blob/738d231b98ced4adfb86ce071ba4df2c75fae29c/synxflow/IO/Raster.py#L258C7-L258C50 `shapes = [x for x in shapes if x != None]` results in a TypeError when shp_filename is a string and...