Cellophil

Results 16 comments of Cellophil

Hi @fneum, Sounds good, I can create a PR. I would assume that there is always a step on pypsa side involved that creates a final string, but I believe...

I removed a tkinker import - remaining error seems to be connected to this, unconnected to the issue. Git does not recognize that change, don't know why. I can add...

I think Tom mentioned this - was not aware - should we contribute? Best, Andreas

I like the solution, very much appreciated! Am 5. Mai 2024, 18:23, um 18:23, Julian Hall ***@***.***> schrieb: >Currently, for the solver option, if "simplex"/"ipm"/"pdlp" is chosen >then, for a...

I have the suspicion that small impedances cause numerical problems in the PTDF calculation - can someone confirm or check? Possibly a warning could be put in consistency check if...

Hi, yes I realized, I'll debug. There's a sum in the bodf calculation that adds a numpy matrix and a scipy sparse, that fails at the moment. Maybe the possibility...

I had a case where the B matrix had entries of 1e9 - the solver reported a singular matrix. Scaling down actually "solved" it but adapting the impedance spread is...

Updates on my side: - tbh, I'm not so sure about the numerical issue anymore, possibly I had a hickup there - the various matrices calculated in sub_network rely on...

This is probably on me but I have problems with pytest - pandapower and it's numba dependency I think. Sorry for the failed checks, hope it starting to take form.

Hi @fneum , I replaced the usage of BODF and PTDF is a dozen places; and I feel it really makes sense to continue with pandas instead of the annonymous...