Hi all,
Has anyone used neurodesign to optimize fMRI designs? NeuroPower | NeuroPowerTools
-The optimization does not run in the website (GUI option), and sadly when I run the python generated script locally (eg at anaconda spyder) I get the following error:
cannot import name ‘design’ from partially initialized module ‘neurodesign’ (most likely due to a circular import) (C:\Users\takishl\anaconda3\lib\site-packages\neurodesign_init_.py)
-If I comment out the __init_py file to solve the problem, as suggested here: Neurodesign (Python), then I still get a different error:
ImportError: cannot import name ‘experiment’ from ‘neurodesign’ (C:\Users\takishl\anaconda3\lib\site-packages\neurodesign_init_.py)
Any idea/help how to solve this?
thank you very much!