Skip to content

Commit

Permalink
update torsiondrive to use task config (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
jthorton authored Aug 2, 2023
1 parent 1822ea4 commit 25d3b99
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 25d3b99

Please sign in to comment.