You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.
getting warnings like this when aicsimageprocessing is called in actk
/allen/aics/apps/hpc_shared/mod/anaconda3-5.3.0/envs/rory_actk_new/lib/python3.8/site-packages/aicsimageprocessing/rigidAlignment.py:61: FutureWarning: Using
a non-tuple sequence for multidimensional indexing is deprecated; use `arr[tuple(seq)]` instead of `arr[seq]`. In the future this will be interpreted as an ar
ray index, `arr[np.array(seq)]`, which will result either in an error or a different result.
img = img[croprange]
maybe worth updating to arr[tuple(seq)]?
The text was updated successfully, but these errors were encountered:
getting warnings like this when
aicsimageprocessing
is called inactk
maybe worth updating to
arr[tuple(seq)]
?The text was updated successfully, but these errors were encountered: