-
Notifications
You must be signed in to change notification settings - Fork 46
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
ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all() #54
Comments
I also meet the same trouble and I don't know how to solve it. have you finished this questions? thanks. |
NO, but when I use the old version depended on R, everything is OK |
I have the same problem (Python 3.8.3). Below is how I fixed this issue:
Test: Screen output: Initial parameter values: [0.10 1.00 0.20 0.50] Number of peaks passing IDR cutoff of 0.05 - 12748/50537 (25.2%) Generated file "idrValues.txt". Disclaimer: I am NOT the developer of this "idr" algorithm. Hope the developer can confirm if this fix is appropriate. |
When I re-install the latest version idr-2.0.3, I solved this problem. |
Hello! After I install the idr-2.0.2 and run idr --samples tests/data/peak1 tests/data/peak2, the error comes:
ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
How could I fix this? Wish your reply, thanks.
The text was updated successfully, but these errors were encountered: