Auerilas / ecopy

Python tools for ecological data analyses
63 stars 26 forks source link

Missing return in gow_distance #10

Closed essicolo closed 7 years ago

essicolo commented 7 years ago

A return(distMat) should be added at line 151 in distance.py to assure that gow_euclidean outputs the distance matrix.

Auerilas commented 7 years ago

Done! Thanks for going over the code. I've just not had much time to spend on it recently.