brettc / partitionfinder

PartitionFinder discovers optimal partitioning schemes for DNA sequences.
Other
61 stars 44 forks source link

fix deprecated numpy issue #110

Closed roblanf closed 8 years ago

roblanf commented 8 years ago

When I run the greedy analysis, I get this:

/home/rlanfear/github/partitionfinder/partfinder/neighbour.py:38: VisibleDeprecationWarning: using a non-integer number instead of an integer will result in an error in the future
  closest = distance_matrix.argsort()[:N]

Needs fixing.

roblanf commented 8 years ago

done.