Richard Höchenberger

Results 611 comments of Richard Höchenberger

@larsoner I actually just added it to the milestone to remind myself to check whether the problem actually still exists :) Which I'll probably do tomorrow!

Hey @drammock, thanks for working on this! One thing I've been wondering for a while now is why for > ## Browse-type windows (scrollable data) I cannot click-and-drag to select...

I just skimmed over the [Matplotlib 3.3 changelog](https://matplotlib.org/3.3.0/users/whats_new.html) and it seems some of the new features could really help simplify some of our code. I particularly like the semantic axes...

I'm also wondering, since we're dropping Python 3.5 support with the next release and all… A little bit of additional change probably won't hurt? Also, was there actually _ever_ anybody...

> can you change the python version with pip? > That's a feature of pipenv at least, not sure if that works with plain pip though.

I've run into this problem with a cluster permutation in the time domain, where like @larsoner said a single time point can become a cluster. I now simply filter those...

> I've run into this problem with a cluster permutation in the time domain, where like @larsoner said a single time point can become a cluster. I now simply filter...

@mmagnuski this is some really cool stuff you have there in this repo! Don't you think we should take some of those ideas and add them to MNE?

Oh I'm not thinking about filling the docs up with yet another set of (too) elaborate examples. I was thinking about getting stuff like your `Clusters` class to MNE. I'd...

I second that those sparse matrices are kinda odd to me ad a user