Skip to content

Commit

Permalink
Rename integrated desalination demo input file and move it next to th…
Browse files Browse the repository at this point in the history
…e other CM module input files
  • Loading branch information
tarnold17 committed Jun 3, 2024
1 parent e4bb9b3 commit 713258e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
"outputs": [],
"source": [
"with resources.path(\n",
" \"pareto.case_studies\",\n",
" \"integrated_desalination_demo.xlsx\",\n",
" \"pareto.models_extra.CM_module.case_studies\",\n",
" \"CM_integrated_desalination_demo.xlsx\",\n",
") as fpath:\n",
" [df_sets, df_parameters] = get_data(fpath, model_type=\"critical_mineral\")\n",
"\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
"outputs": [],
"source": [
"with resources.path(\n",
" \"pareto.case_studies\",\n",
" \"integrated_desalination_demo.xlsx\",\n",
" \"pareto.models_extra.CM_module.case_studies\",\n",
" \"CM_integrated_desalination_demo.xlsx\",\n",
") as fpath:\n",
" [df_sets, df_parameters] = get_data(fpath, model_type=\"critical_mineral\")\n",
"\n",
Expand Down
Binary file not shown.
8 changes: 4 additions & 4 deletions pareto/tests/test_integrated_optimization_mvr.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
class TestIntegratedOptimizationMvr:
def test_single_stage_mvr(self):
with resources.path(
"pareto.case_studies",
"integrated_desalination_demo.xlsx",
"pareto.models_extra.CM_module.case_studies",
"CM_integrated_desalination_demo.xlsx",
) as fpath:
[df_sets, df_parameters] = get_data(fpath, model_type="critical_mineral")

Expand All @@ -40,8 +40,8 @@ def test_single_stage_mvr(self):

def test_two_stage_mvr(self):
with resources.path(
"pareto.case_studies",
"integrated_desalination_demo.xlsx",
"pareto.models_extra.CM_module.case_studies",
"CM_integrated_desalination_demo.xlsx",
) as fpath:
[df_sets, df_parameters] = get_data(fpath, model_type="critical_mineral")

Expand Down

0 comments on commit 713258e

Please sign in to comment.