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
I have files .npz format in refforwise folder. There were generated with WisecondorX convert commant (without optional arguments)
WisecondorX newref refforwise/*.npz ./ref.npz
There is an error
File "/home/user/micromamba/envs/wisepackages/bin/WisecondorX", line 10, in <module>
sys.exit(main())
File "/home/user/micromamba/envs/wisepackages/lib/python3.9/site-packages/wisecondorx/main.py", line 487, in main
args.func(args)
File "/home/user/micromamba/envs/wisepackages/lib/python3.9/site-packages/wisecondorx/main.py", line 70, in tool_newref
genders, trained_cutoff = train_gender_model(args, samples)
File "/home/user/micromamba/envs/wisepackages/lib/python3.9/site-packages/wisecondorx/newref_tools.py", line 62, in train_gender_model
cut_off = gmm_x[local_min_i][0]
IndexError: index 0 is out of bounds for axis 0 with size 0
I installed WisecondorX via conda. Version is 1.2.6
The text was updated successfully, but these errors were encountered:
I have files .npz format in refforwise folder. There were generated with WisecondorX convert commant (without optional arguments)
There is an error
I installed WisecondorX via conda. Version is 1.2.6
The text was updated successfully, but these errors were encountered: