Skip to content

Commit

Permalink
MERGE
Browse files Browse the repository at this point in the history
  • Loading branch information
balbasty committed Jun 22, 2022
2 parents d430fe0 + 34c0d59 commit 9ce57c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interpol/nd.py
Original file line number Diff line number Diff line change
Expand Up @@ -441,4 +441,4 @@ def hess(inp, grid, bound: List[Bound], spline: List[Spline],
out.unbind(-1)[d2].unbind(-1)[d].copy_(out.unbind(-1)[d].unbind(-1)[d2])

out = out.reshape(list(out.shape[:2]) + oshape + list(out.shape[-2:]))
return out
return out

0 comments on commit 9ce57c3

Please sign in to comment.