John Veillette

Results 4 issues of John Veillette

A minimal reproducible example for version 0.4.0, meant to mimic the usage in `pyprep.find_noisy_channels._get_filtered_data`, is as follows: ``` import numpy as np from pyprep.utils import _filter_design sample_rate = 8000. bandpass_filter...

bug

Always uses default t-test as univariate test. https://github.com/john-veillette/mne-ari/blob/7a98a6a3cfa9729e0d506f057f64e8e1efa957f7/mne_ari/ari/_permutation.py#L5

bug

Currently, PREP assumes you have no prior information about which channels are bad. This isn't necessarily a bad design choice if it's philosophically important that all bad channel identification be...

Unit tests are currently failing with: ``` =========================== short test summary info ============================ FAILED mne_ari/tests/test_ari.py::test_ari - TypeError: _cluster_indices_to_mask() missing 1 required positional argument: 'slice_out' =================== 1 failed, 2 passed in...

bug