-
Notifications
You must be signed in to change notification settings - Fork 5
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
AttributeError: 'tuple' object has no attribute 'dim' #5
Comments
Hi! are you using exactly the same code as in the demo? same model/gwas sumstats as well? |
Hello! I wasn't, I was using my own GWAS, but I've just tried it with the same model/gwas sumstats and have run into the same error. |
Hi @pensive-bubble , can you make this small change and try again: Line 461 in 68d6f60
That line will be: x_dict = {i: j[0][0] for i,j in x_dict.items()}
|
Hello, I tried both on my GWAS and on the test one. I ended up with a fun new error. |
Hello again,
I have run into a further error while trying to run disease critical network demo. Tuple object causing further issues.
If you know how to fix this, it would be greatly appreciated!
Natasha
The text was updated successfully, but these errors were encountered: