Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

concoct_refine fails under python3 #324

Open
StickHu opened this issue Mar 12, 2023 · 0 comments
Open

concoct_refine fails under python3 #324

StickHu opened this issue Mar 12, 2023 · 0 comments

Comments

@StickHu
Copy link

StickHu commented Mar 12, 2023

Hi, the anwser you did before failed, I still face the bug that /data/workdir/huwa/software/miniconda3/envs/concoct/lib/python3.10/site-packages/sklearn/decomposition/_pca.py:543: RuntimeWarning: invalid value encountered in divide explained_variance_ = (S**2) / (n_samples - 1) Traceback (most recent call last): File "/data/workdir/huwa/software/miniconda3/envs/concoct/bin/concoct_refine", line 82, in <module> main(args) File "/data/workdir/huwa/software/miniconda3/envs/concoct/bin/concoct_refine", line 49, in main assigns = vbgmm.fit(np.copy(transform_k,order='C'), int(NK),11, args.threads) File "c-concoct/vbgmm.pyx", line 19, in vbgmm.fit TypeError: fit() takes exactly 5 positional arguments (4 given). And I changed the seed number, buy failed again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant