Skip to content

Commit

Permalink
Update compute_jacobian.py
Browse files Browse the repository at this point in the history
Missed a comma
  • Loading branch information
Bradley-Karat authored Jun 2, 2021
1 parent a20fbb3 commit feb557f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hippunfold/workflow/scripts/compute_jacobian.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def nanChecker(A,B,E=None):
if mask[i,j,k] != 0:
nan_warp[i,j,k,:] = warp_data[i,j,k,:]
else:
nan_warp[i,j,k:] = np.nan
nan_warp[i,j,k,:] = np.nan

#take derivative while considering nan border cases
hold = []
Expand Down

0 comments on commit feb557f

Please sign in to comment.