dereneaton / ipyrad

Interactive assembly and analysis of RAD-seq data sets
http://ipyrad.readthedocs.io
GNU General Public License v3.0
70 stars 39 forks source link

kmeans imputation niters fix #459

Closed TankredO closed 2 years ago

TankredO commented 2 years ago

_impute_kmeans (ipyrad/analysis/pca.py) is ignoring niters> 5, since the stopping/return iteration is hardcoded at 4.

isaacovercast commented 2 years ago

Good catch. Thanks for the pr.