Skip to content

Commit

Permalink
update torsiondrive to use task config
Browse files Browse the repository at this point in the history
  • Loading branch information
jthorton committed Jul 28, 2023
1 parent 1887e71 commit f4db109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qcengine/procedures/torsiondrive.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def _spawn_optimization(
)

return compute_procedure(
input_data, procedure=input_model.optimization_spec.procedure, local_options=config.dict()
input_data, procedure=input_model.optimization_spec.procedure, task_config=config.dict()
)

@staticmethod
Expand Down

0 comments on commit f4db109

Please sign in to comment.