Closed k0ruy closed 10 months ago
Hi @k0ruy,
Apologies for the late response. This is a known issue that has been fixed in the development version of YASA (#119). This will be released in the main (stable) version of YASA within the next weeks or months.
Thanks, Raphael
Hi @raphaelvallat,
Any update/ETA on this feature? I was using this feature and am now facing the same issue where I can't get those topoplots.
Hi @k0ruy,
Apologies for the late response. This is a known issue that has been fixed in the development version of YASA (#119). This will be released in the main (stable) version of YASA within the next weeks or months.
Thanks, Raphael
Hi @sjg2203,
I'm aiming to release a new version of YASA during the winter vacation. For now, you can simply clone/fork YASA's source code and install directly from the master
branch (python setup.py install
).
Just released a new version of YASA that includes the fix: https://github.com/raphaelvallat/yasa/releases/tag/v0.6.4
While using topoplot() function, I get an error that mne.viz.plot_topomap() does not have some parameters (
vmin
andvmax
, instead it only has avlim
parameter which takes a tuple of the two limits). I solved this by updating the function parameters as they are on the mne documentation. I suppose the mne library was updated, but the current yasa version uses the old version of men. Also when passing thekwargs
arguments mne says that there is noshow_names
keyword argument.packages versions: