-
Notifications
You must be signed in to change notification settings - Fork 55
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
An error in calculating MaxFDR #225
Comments
Can you attach the full log file?
…On Tue, Dec 10, 2024 at 9:51 AM Mois111 ***@***.***> wrote:
Hello, an unexpected error occurred when we were trying to calculate the
MaxFDR. The software reported ValueError: attempt to get argmax of an empty
sequence. We had tried to set --intervals option as 10, but it did not
work. Any ideas or suggestions about the error? Thank you!
—
Reply to this email directly, view it on GitHub
<#225>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFBUB5MKTP2MPCJLXI3ZRLD2E35X3AVCNFSM6AAAAABTLLCNKKVHI2DSMVQWIX3LMV43ASLTON2WKOZSG4ZTAMZUGM3DEMQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
default_results.log |
Hmm, from a software perspective, it looks like it's probably getting hung up at least in part on the non-positive semi-definiteness of omega hat (https://github.com/JonJala/mtag/blob/master/mtag.py#L1207), but it must be stripping out the rest of the gridpoints as well for some of the other reasons on that line as well. The omega issue is often tied to a sample size that's too small |
Hello, an unexpected error occurred when we were trying to calculate the MaxFDR. The software reported ValueError: attempt to get argmax of an empty sequence. We had tried to set --intervals option as 10, but it did not work. Any ideas or suggestions about the error? Thank you!
The text was updated successfully, but these errors were encountered: