Daniel McCloy

Results 823 comments of Daniel McCloy

@NadipilliAditya there's already an open PR #13187 that addresses this one.

I think we should detect if it's `pd.Timestamp` and if so call its `.date()` method to convert to standard `datetime.date`. Ideally do it using `hasattr` so we can avoid importing...

@AasmaGupta you are welcome to work on it. Before I assign you though, can you do as @agramfort suggested to isolate whether the bug is actually in MNE-Python or in...

It can actually be quite a bit simpler! I still get the error with this: ```py import numpy as np import matplotlib matplotlib.use("Agg") import matplotlib.pyplot as plt from matplotlib.widgets import...

I think we rely on matplotlib's algorithm for picking the "best" position, but I think it might only consider corners, not sides. how does it look without the GFP, does...

> Maybe it could be turned into an example? exactly what I was thinking; I'll re-open and re-title this issue as an issue about doc improvement. > FWIW, what's really...

> I think the `.npy` reader could be used for the example, but I don't think I will have time to add the "few more pieces". I'm not sure if...

> Also, in your example I think subclassing `BaseRaw` is really essential, otherwise there's no way to set the `.filenames` attribute. This is what brought us here in the first...

SGTM. Assuming that the top nav only gets `aria-current` when user is actually on a top-level page right? (not when on any page within that top-level section)