Skip to content

Commit

Permalink
fix torchani test
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwelborn committed Sep 21, 2019
1 parent afcc9d6 commit a881fb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qcengine/programs/torchani.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ def compute(self, input_data: 'ResultInput', config: 'JobConfig') -> 'Result':
# the reliability of the models in an ensemble, and produce more data
# points in the regions where this quantity is below a certain
# threshold (inclusion criteria)
ret_data["extras"] = input_data.extras.copy()
ret_data["extras"].update({
"ensemble_energies": energy_array.detach().numpy(),
"ensemble_energy_avg": energy.item(),
Expand Down

0 comments on commit a881fb2

Please sign in to comment.