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
66 stars 34 forks source link

Clean up connectivity container parameters #68

Open adam2392 opened 2 years ago

adam2392 commented 2 years ago

Originally, the containers all have **kwargs to allow setting arbitrary attributes. However, this makes things bug-prone because certain attributes are not documented.

I'll make all these explicit, so that way each container is more well documented.

This is somewhat related to #65 because both are intended to clean up the APIs.