V3
V3
``` Traceback (most recent call last): File "start_opf_mike.py", line 1010, in calculate_timestep pp.runpp(net, run_control=True, trafo_taps=True, numba=False, max_iter=100, max_iteration=100, tolerance_mva=1e-6) File "/home/vogt/pandapower/pandapower/run.py", line 213, in runpp run_control(**parameters) File "/home/vogt/pandapower/pandapower/control/run_control.py", line 290,...
Unfortnately I cannot. Firstly the model is only for internal use, secondly this problem occurs on parallelized calculations on a cluster. So I think the best way would be to...
auto_open -- If True, open the saved file in a web browser after saving. Would be okay, but you can't suppress the file saving. So in every case it writes...
Maybe I can help a bit. But I think not... Using Julia 1.5.3 and python 3.8.6 together with conda (I know it's not supported, but with some symlinks it seems...
I don't know maybe. But when I include tiny-AES-c the compiler complains. And I thought changing the compiler delivered includes wouldn't be the right spot...
I also agree with @DamonHD, but I don't have enough time / knowledge to implement this. So as a matter of fact I would just change the name to something...
upgrading the syntax to proto3 the test works. So it seems to be a problem with the proto2 implementation.
could you provide me with more infos about the few issues you have? I don't understand what you've fixed there. ``` from google.protobuf.internal import api_implementation print(api_implementation.Type()) ``` returns upb
Since about a month has passed, I'd like to ask if there was something done? @thedrow Maybe you could provide some quick tips? BR