We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2b07e5 commit bafe0a1Copy full SHA for bafe0a1
pandapower/test/estimation/test_wls_estimation.py
@@ -448,7 +448,7 @@ def test_cigre_network_with_slack_init():
448
test_cigre_network(init='slack')
449
450
451
-@pytest.mark.skipif(np.__version__.startswith('1.'), reason="Known unfixed issues. Won't fix.")
+@pytest.mark.skip(reason="numba/numpy version related issue, fix in progress")
452
def test_cigre_with_bad_data():
453
np.random.seed(123456)
454
net = create_cigre_network_mv(with_der=False)
0 commit comments