Proloy Das

Results 2 comments of Proloy Das

@mscheltienne here is the MNE pull request. Could you please review the test functions? Thanks!

@mscheltienne how shall we handle different datasets for testing? If I use `pytest.mark.parametrize("dataset", ["ca_208", "andy_101"])` and never mention `andy_101` explicitly, I see the following vulture error: `mne/io/ant/tests/test_ant.py:74: unused function 'andy_101'...