Skip to content

Commit

Permalink
Remove water_network module and update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tristantc committed Sep 4, 2024
1 parent f784ca0 commit 8b5f14a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 18 deletions.
1 change: 1 addition & 0 deletions benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ def benchmark(model, strategy, timelimit, result_dir, subsolver="scip"):
# "modprodnet",
# "stranded_gas",
# "syngas",
# "water_network",
]
strategy_list = [
"gdp.bigm",
Expand Down
1 change: 1 addition & 0 deletions gdplib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@
import gdplib.disease_model
import gdplib.med_term_purchasing
import gdplib.syngas
import gdplib.water_network
18 changes: 0 additions & 18 deletions gdplib/water_network/__init__ .py

This file was deleted.

3 changes: 3 additions & 0 deletions gdplib/water_network/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from .wnd import build_model

__all__ = ['build_model']
1 change: 1 addition & 0 deletions generate_model_size_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
# "modprodnet",
# "stranded_gas",
# "syngas",
# "water_network"
]
current_time = datetime.now().strftime("%Y-%m-%d_%H-%M-%S")
timelimit = 600
Expand Down

0 comments on commit 8b5f14a

Please sign in to comment.