Mathieu Scheltienne

Results 53 issues of Mathieu Scheltienne

Another logger-related issue, probably related to #672 and #678. MWE: ``` """ Logging test ============ """ #%% import logging import sys def create_logger(): logger = logging.getLogger("test") logger.propagate = False logger.setLevel(logging.INFO)...

I was trying to get 2 different thumbnails for an example, one for the light and one for the dark theme. I don't think this is currently possible with `sphinx_gallery_thumbnail_path`....

From `mne-lsl`, slightly stepped down in term of error checking on the input, this PR adds the methods: - `get_channel_labels` - `get_channel_types` - `get_channel_units` - `set_channel_labels` - `set_channel_types` - `set_channel_units`...

I found this surprising behavior using the python binding, which hints to a bug in the C++ library as the methods invoked are one-line wrapper around the C++ functions. ```...

Hello, another edge-case issue discovered through the Python API that is probably a bug in the C++ lib since the methods involved are one-line wrappers around the C++ functions. ```...

I discovered this using the Python API, but it's most likely present everywhere. See below the desription and a MWE in Python: In the Python API, `StreamInlet.open_stream(timeout)` is not completely...

I would like to use `pytest-xdist` in `mne-lsl`: https://github.com/mne-tools/mne-lsl/pull/229 However, in the test suite, some test need to be run while no other test are running because they spawn network...

I don't know why, but in our recent tests when using PsychoPy parallel with an LPT port plug into a PCIe connector on Linux, we could not initialize the class...

I am trying to load the [ICLabel](https://github.com/sccn/ICLabel) model in PyTorch, named `netICL.mat`. Opening the model in Matlab, I can see that the argument meta is empty. ![image](https://user-images.githubusercontent.com/73893616/140495672-1d849ce5-9860-4b54-b02e-38d509be1927.png) Thus, the converter...

This package is barely maintained, but I still see a question on the forum from time to time; or someone who directly contacts me with questions regarding this package. This...