diff --git a/test/test_ac_dc_lopf.py b/test/test_ac_dc_lopf.py index e63991d06..bfac499f3 100644 --- a/test/test_ac_dc_lopf.py +++ b/test/test_ac_dc_lopf.py @@ -39,7 +39,7 @@ def test_lopf(): snapshots = network.snapshots for formulation, free_memory in product(["angles", "cycles", "kirchhoff", "ptdf"], - [{}, {"pypsa"}, {"pypsa", "pyomo-hack"}]): + [{}, {"pypsa"}]): network.lopf(snapshots=snapshots,solver_name=solver_name,formulation=formulation, free_memory=free_memory) print(network.generators_t.p.loc[:,network.generators.index]) print(network_r.generators_t.p.loc[:,network.generators.index])