Eric Larson

Results 1629 comments of Eric Larson

@papadop just a friendly ping about this one in case you have time to come back to it!

@vferat looks like one maintainer approved this but it's still in draft mode, what's the status here?

No -- we currently don't spawn a separate Python process for running examples. We run them using the current Python process. We have some parallel support through `joblib`. `joblib` has...

Okay a lot of stuff can't be installed: PySide6/PyQt6, hdf5 (and anything that depends on it), and numba to name a few big ones. Still might be worth adding this...

> As i am new to this project i need some guides what exactly we are going to do? I readied all about flux, now i need a kick start....

> I'm sure some tests will need to be updated as well, but I haven't yet spent time on them. Yep! And just to orient the thinking here, in an...

The rough limit is < 1.5 GB for running one example while building locally. < 1 GB is even better. There are usually ways to trim an example to get...

I think the public API should probably be `remove_channels` to match that of our other classes (e.g., `Raw`). But what you do under the hood could be refactoring `remove_fiducials` to...

Another option would be for you to hook into the Sphinx event system and copy whatever you want, or delete whatever you want (i.e., those files you don't want SG...