Closed etherealsunshine closed 1 year ago
This error will come up if you do not answer the input when the code asks a question(and just press enter)
Meet the same problem. And when I try to print PDC, it seems that the PDC is None type, but the no_ICA_complex_signal is fine. Did you solve the problems?
Hey there,
Could you check if you answered the input prompt as shown below? If you answer it, the code should work.
Also if you're facing issues with numpy bool
, in the latest versions it's deprecated, so you'll have to downgrade
Hi! I tried to run the code, and this is what I answered:[image: image.png] And it is running [image: image.png] , but afer that we still get the error message.[image: image.png] And if you print(PDC), it will show none. [image: image.png] Also this is what I get after I tried to uninstall numpy 1.24.3 and install numpy 1.24.1. Sorry to interrupt you. Hope you have a nice day!
Utkarsh Singh @.***> 于2023年7月17日周一 19:58写道:
Also if you're facing issues with numpy bool, in the latest versions it's deprecated, so you'll have to downgrade
— Reply to this email directly, view it on GitHub https://github.com/ppsp-team/HyPyP/issues/170#issuecomment-1638523501, or unsubscribe https://github.com/notifications/unsubscribe-auth/A4N5RTORNKKMSP5QTUWHAFTXQVVKVANCNFSM6AAAAAAYT3HYY4 . You are receiving this because you commented.Message ID: @.***>
Hi! I dont think the image was actually uploaded, could you share it again?
While running the tutorial I caught an AttributeError stating : 'NoneType' object has no attribute 'squeeze' while running the second code snippet.