Skip to content

Commit

Permalink
missed job_id again!
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Szendrey committed Jul 4, 2024
1 parent bbb98b7 commit 7c77dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/models/operations/optimize.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def gen_pyciemss_args(self, job_id):
# Get model from TDS
amr_path = fetch_model(self.model_config_id, job_id)
static_interventions = fetch_and_convert_static_interventions(
self.policy_intervention_id
self.policy_intervention_id, job_id
)

intervention_type = self.policy_interventions.selection
Expand Down

0 comments on commit 7c77dee

Please sign in to comment.