Open merelkuijs opened 9 months ago
PR Checklist
Description of changes
I ran into deprecation erros trying to run NCEM on deconvoluted Visium data. np.int has been deprecated since numpy 1.20.
np.int
Technical details
I replaced instances of np.int by int. np.int was an alias for int.
int
PR Checklist
Description of changes
I ran into deprecation erros trying to run NCEM on deconvoluted Visium data.
np.int
has been deprecated since numpy 1.20.Technical details
I replaced instances of
np.int
byint
.np.int
was an alias forint
.