Skip to content

Commit bafe0a1

Browse files
authored
skipping broken test for the time being (#2874)
1 parent a2b07e5 commit bafe0a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandapower/test/estimation/test_wls_estimation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ def test_cigre_network_with_slack_init():
448448
test_cigre_network(init='slack')
449449

450450

451-
@pytest.mark.skipif(np.__version__.startswith('1.'), reason="Known unfixed issues. Won't fix.")
451+
@pytest.mark.skip(reason="numba/numpy version related issue, fix in progress")
452452
def test_cigre_with_bad_data():
453453
np.random.seed(123456)
454454
net = create_cigre_network_mv(with_der=False)

0 commit comments

Comments
 (0)