Skip to content

Commit f0454ed

Browse files
committed
Skip infer datapackage metadata
1 parent 9c2265b commit f0454ed

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

task_queue/tasks.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ def __run_simulation(simulation_input):
6161
moo = False
6262

6363
# MOO weight factors
64+
# TODO these need to come from the inputs
6465
moo_wf = {
6566
"wf_cost": 15,
6667
"wf_ghg": 1,
@@ -84,6 +85,7 @@ def __run_simulation(simulation_input):
8485
moo=moo,
8586
moo_wf=moo_wf,
8687
dash_app=False,
88+
skip_infer_datapackage_metadata=True,
8789
)
8890
logger.info(f"Simulation of {scenario} finished")
8991
df = calculator.df_results

0 commit comments

Comments
 (0)