You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 14, 2026. It is now read-only.
Hi,
I used test command
python SolidBin.py --contig_file final.contigs_1000.fa --coverage_profiles coverage_f1000.tsv --composition_profiles kmer_4_f1000.csv --output result.tsv --log og.txt
And I have such mistake
Traceback (most recent call last):
File "SolidBin.py", line 771, in
res, uu = ssncut(affinity_mat, bestK, [], [], 0, 0)
File "SolidBin.py", line 312, in ssncut
kmeans.fit(xx,sample_weight=weight)
TypeError: fit() got an unexpected keyword argument 'sample_weight'