theislab / ncem

Learning cell communication from spatial graphs of cells
https://ncem.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
102 stars 13 forks source link

Resolves deprecation error #161

Open merelkuijs opened 9 months ago

merelkuijs commented 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.

Technical details

I replaced instances of np.int by int. np.int was an alias for int.