Clemens Brunner

Results 578 comments of Clemens Brunner

Now that we have a dedicated [Contributors](https://mne.tools/stable/credit.html) section, could we move the contributors gallery to this page? @drammock?

I don't have enough knowledge about Sphinx and related extensions, so I don't even know where to start looking.

Also note that `mne.io.read_raw_edf()` has `eog` and `misc` parameters, which you can use to assign these types to selected channels if you are not happy with the default EEG type.

In general, I'm not a huge fan of excessive reprs, but since the `Epochs` repr was already pretty long, it's probably fine to add this. On a slightly related note,...

Why do we need `"good & bad"` in the first place? Isn't this already reflected by `"data not loaded"`? I'd remove this and only show how many dropped epochs there...

While you are at it, could you change the following minor things in the standard repr (to make them shorter): - There are two spaces after the `|`, there should...

> hard disagree, this inconsistency in precision hurts my eyes. But it doesn't bother you in the current string? We show `0` and not `0.00` or even `0.000000`...

The docstrings are identical, so I think both methods should behave identically. In addition, the docstring says: > None (default) will pick all channels. I think this should be: >...

Even if documented I think it would be a bit surprising if `Epochs` and `Evoked` used different pick defaults. So I'd document the behavior with whatever version we think makes...