graspologic-org / graspologic

Python package for graph statistics
https://graspologic-org.github.io/graspologic/
MIT License
650 stars 134 forks source link

Correcting all deprecation warnings #1019

Closed hugwuoke closed 1 year ago

hugwuoke commented 1 year ago

Fixes #1011

Mostly changes in nomenclature such as changing from np.int to int. Simply following the changes as stated in the deprecation warning.

bdpedigo commented 1 year ago

hi @hugwuoke - it looks like you need to rerun code formatting; make sure you are using the most recent version of black to do so (pip install --upgrade black)