Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/tapenade/analysis/deformation/morphometrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,11 +248,11 @@ def process_nematic_order(

s_dense = np.zeros_like(mask, dtype=np.float32)
s_dense[mask] = s_values

return s_dense
else:
print("NaNs found in q_matrices")

return s_dense
return 0


def process_ellipsoidal_coeff_cellular(props,mask) :

Expand Down
Loading