slowkow / harmonypy

🎼 Integrate multiple high-dimensional datasets with fuzzy k-means and locally linear adjustments.
https://portals.broadinstitute.org/harmony/
GNU General Public License v3.0
192 stars 22 forks source link

Fix test for python 3.6. seed param not allowed in old kmeans2 #28

Closed johnarevalo closed 1 year ago

johnarevalo commented 1 year ago

Tests fail in python 3.6 because old kmeans2 does not support seed.

slowkow commented 1 year ago

Fixed in 72da6fb