Skip to content

Commit

Permalink
adding comment for David to be happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Szendrey committed Aug 28, 2024
1 parent 05da7f0 commit fd255b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion service/models/operations/optimize.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@ def gen_pyciemss_args(self, job_id):
"bounds_interventions": self.bounds_interventions,
"static_parameter_interventions": optimize_interventions,
"fixed_static_parameter_interventions": fixed_static_parameter_interventions,
# "fixed_static_state_interventions": fixed_static_state_interventions, Does not exist?
# https://github.com/DARPA-ASKEM/terarium/issues/4612
# "fixed_static_state_interventions": fixed_static_state_interventions,
"inferred_parameters": inferred_parameters,
"n_samples_ouu": n_samples_ouu,
"solver_method": solver_method,
Expand Down

0 comments on commit fd255b1

Please sign in to comment.