Alexandre Gramfort
Alexandre Gramfort
yes it would then require an improvement in pydata-sphinx-theme you can open an issue on their repo to get feedback maybe >
you can look how sklearn does it with array API. See https://github.com/scikit-learn/scikit-learn/blob/main/sklearn/discriminant_analysis.py#L108 with the get_namespace function On Fri, Aug 9, 2024 at 6:18 PM Drakula44 ***@***.***> wrote: > Hi. I...
the clean way for me would be to rely on sklearn backend system. a constraint: - mne-features should still work if you don't have cupy or pytorch. Message ID: ***@***.***>...
@rcmdnk I just made you a maintainer of the repo. Thanks for helping this project stay usable by the community 🙏
can you update a test? are you using _create_description directly? if so it starts with _ so it's a private function meaning you should not be using directly this function....
how would you do this?
you can solve the system with an SVD so you know before solving the system if you have a conditioning pb.
I just tried on mac os and it works fine for me. ``` pyvista: 0.27.3 {pyvistaqt=0.2.0, OpenGL 4.1 ATI-3.2.32 via AMD Radeon Pro 5500M OpenGL Engine} vtk: 9.0.1 PyQt5: 5.15.1...
It would make sense to add one indeed > Message ID: ***@***.***> >
FigureCanvasSVG is not a class defined by MNE so it's likely a matplotlib bug or that MNE uses a specific matplotlib artist that does not export to SVG. I would...