bcm-uga / Loter

A software package for local ancestry inference and haplotype phasing
Other
38 stars 7 forks source link

fix linear_assignment_ error or warning #20

Closed bguo068 closed 3 years ago

bguo068 commented 3 years ago
python3.7/site-packages/sklearn/utils/linear_assignment_.py:22: FutureWarning: The linear_assignment_ module is deprecated in 0.21 and will be removed from 0.23. Use scipy.optimize.linear_sum_assignment instead

After the change, loter is running :) Hope it will fix issue #15

gdurif commented 3 years ago

Thank you very much