Skip to content

Commit

Permalink
fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffenMeinecke committed Aug 10, 2021
1 parent e2375bb commit 521ea07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pandapower/test/estimation/test_opt_lp_estimation.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ def test_opt_lav():

def test_ql_qc():
net = nw.case9()
net.sn_mva = 1.
pp.runpp(net)
add_virtual_meas_from_loadflow(net, p_std_dev=0.01, q_std_dev=0.01)
pf_vm_pu, pf_va_degree = net.res_bus.vm_pu, net.res_bus.va_degree
Expand Down
2 changes: 1 addition & 1 deletion pandapower/test/loadflow/test_dist_slack.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ def test_case9():
assert abs(net.res_ext_grid.p_mw.sum() + net.res_gen.p_mw.sum() - consumed_p_mw - xward_p_mw) < 1e-6

# check the distribution formula of the slack power difference
assert_results_correct(net)
assert_results_correct(net, tol=1e-6)


def test_case2848rte():
Expand Down

0 comments on commit 521ea07

Please sign in to comment.