We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c2265b commit f0454edCopy full SHA for f0454ed
1 file changed
task_queue/tasks.py
@@ -61,6 +61,7 @@ def __run_simulation(simulation_input):
61
moo = False
62
63
# MOO weight factors
64
+ # TODO these need to come from the inputs
65
moo_wf = {
66
"wf_cost": 15,
67
"wf_ghg": 1,
@@ -84,6 +85,7 @@ def __run_simulation(simulation_input):
84
85
moo=moo,
86
moo_wf=moo_wf,
87
dash_app=False,
88
+ skip_infer_datapackage_metadata=True,
89
)
90
logger.info(f"Simulation of {scenario} finished")
91
df = calculator.df_results
0 commit comments