Daniel Müller
Daniel Müller
Not sure if this issue should be moved to the https://github.com/jgraph/drawio repo? Since this issue is not desktop related.
Same problem, here is my alternative: I use `timebudget` as a dev dependency, so the context manager has to default to a `contextlib.nullcontext` in production mode. While testing with pytest...
@vogt31337 Sorry for not answering a month, I've been involved in other projects away from our power-network-modeling-world. However, I can foresee that I will be more active on the topic...
Also mentioned in https://github.com/e2nIEE/pandapower/issues/833#issuecomment-1078714536
@AnkurArohi exactly. However, you could consider thinking a little bigger and creating a kind of submodule for sensitivity analyses in general, because PTDF matrices, for example, are only one part...
Supplement: ```python pandapower.runpp(pandapower_net) assert pandapower_net["_ppc"]["branch"].shape[0] == 20 ```
@pawellytaev Checked on 2.8.0, 2.14.11 and branch develop (commit 11af12cd), all with same result.
Thank you for the detailed answer, I really appreciate it. It's clear to me that the slack bus is removed, but why is it important to also remove the buses...
@rdzman I went down a rabbit hole, but finally I got it. The error itself is related to testing and is suuuuper simple. In my opinion the `makePTDFac` is implemented...
I will create a PR towards the end of March, as I don't have time before then.