Replies: 1 comment
-
|
probably you are doing something wrong. You can have a look into .github/workflow folder and look into how the tests are actually executed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I know that to contribute, we need to run:
from pandapower.test import run_all_tests run_all_tests()But I have been playing with some of the pypower code, and these tests don't seem to care what happens there. For example, if you comment the creation of the Jacobian matrix in newtonpf
J = create_jacobian_matrix(Ybus+Ybus_ssc_not_controllable+Ybus_vsc_not_controllable, V, ref, refpvpq, pvpq, pq, createJ, pvpq_lookup, nref, npv, npq, numba, slack_weights, dist_slack)test still passes. Am I missing some other tests that need to be run?Beta Was this translation helpful? Give feedback.
All reactions