Auerilas / ecopy

Python tools for ecological data analyses
64 stars 27 forks source link

Update scipy comb import on rarefy.py #32

Open VictorGambarini opened 1 year ago

VictorGambarini commented 1 year ago

The comb function is no longer available in the scipy.misc module in recent versions of SciPy. Instead, you should use the comb function from the scipy.special module.

rafaelvalero commented 4 months ago

No changes to show. Just checking if this has been implemented and how.