Nikolai M Chapochnikov

Results 24 comments of Nikolai M Chapochnikov

Just for update: in the end i just rerun the full sync with a new database folder, and all worked fine.

Although this has never fixed on the VTK side, I wanted to share a workaround in case people stumble upon this here. The workaround is discussed here: https://github.com/pyvista/pyvista/issues/2252 The idea...

@leo2r, if I understand your code, this is a workaround to reuse the same plotter object instead of creating a new one, right? Any update on this issue? My code...

Yes, it works for me too, thanks! Sometimes I prefer (need?) to create several objects at once, so would be great to actually solve the underlying issue :) But your...

@leo2r Actually I spoke too quickly. Your code didn't directly work in my case. I did pl.clear_actors() instead of pl.clear(), as the latter removes all the default plotting properties

Just adding my 2 cents: I usually always try to install everything from conda forge. MNE gets everything from conda forge. So I would strongly support having the option of...

An added documentation to clarify the intention of this function sounds great. Otherwise, it wasn't really clear to me that it is not just a more convenient get_data function (I...

I could write the intention, but TBH, I don't understand the intention... For me, it's just confusing to get another data than what is actually in the data... If it...

The other confusing thing is that in scaling it says: > Scaling factor applied to the channels picked. If None, defaults to dict(eeg=1e6, mag=1e15, grad=1e13) — i.e., converts EEG to...