Skip to content

Commit

Permalink
test: Remove testing of pyomo-hack
Browse files Browse the repository at this point in the history
The support for freeing the pyomo datastructures during pyomos solving phase was
removed from pypsa in commit #5ac1325, since it proved to be too slow for
productive use.
  • Loading branch information
coroa committed Dec 1, 2017
1 parent 715c7b0 commit cab8a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_ac_dc_lopf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down

0 comments on commit cab8a1a

Please sign in to comment.