wiheto / teneto

Temporal Network Tools
GNU General Public License v3.0
85 stars 26 forks source link

fix to deprecated function call #89

Closed neidhardt-matthias closed 1 year ago

neidhardt-matthias commented 1 year ago

Call to 'distance.matching' in utils.py is changed to 'distance.hamming', as 'distance.matching' was removed from scipy in version 1.9.0 and 'distance.matching' was just an alias of 'distance.hamming'.

wiheto commented 1 year ago

Makes sense. LGTM