mne-tools / mne-connectivity

Connectivity algorithms that leverage the MNE-Python API.
https://mne.tools/mne-connectivity/dev/index.html
BSD 3-Clause "New" or "Revised" License
68 stars 34 forks source link

[MAINT] Replace np.matmul with @ operator #201

Closed tsbinns closed 3 months ago

tsbinns commented 3 months ago

Discussed in #193

@ is preferred and improves readability.

Regression tests will detect any funny broadcasting changes.