Open jnsbal opened 2 years ago
The reason is that the state estimation algorithm failed on your measurement datasets. The convergence of the algorithm is related to multiple aspects such as initialization, measurement qualities etc.
Is there any way of finding out what actually is the problem with my specified measurements? The chi2_analysis function is what I want to use. At the moment I have to catch the AttributeError in order for the script to not stop with some of the generated measurements.
Hello,
I am currently experimenting with pandapower and experiencing an issue that is hard for me to troubleshoot. Basically I am trying to generate measurements that surpass Bad Data Detection by using an ANN with line_loading_percentages as input.
On some generated measurements i receive the error "A problem appeared while using the linear algebra methods.Check and change the measurement set." when i use the remove_bad_data function. But I do not understand why. If I only use the estimate function on the same measurement set the error is only "Estimation failed! Pandapower network failed to update!" But if I use the chi2_analysis function I get an error stack:
Since it is probably to complex to upload my entire script, I tried to create a minimal example for you and provide the net.measurement object with the generated measurements already inserted as .json file. One file is with a generated measurement set that throws the error and I also provide a set of measurements that is also generated but that throws no error.
measurements.zip