jonescompneurolab / hnn-core

Simulation and optimization of neural circuits for MEG/EEG source estimates
https://jonescompneurolab.github.io/hnn-core/
BSD 3-Clause "New" or "Revised" License
55 stars 52 forks source link

Make typing of `src_gids` and `target_gids` consistent #655

Open ntolley opened 1 year ago

ntolley commented 1 year ago

At the moment these variables are passed around the code as a variety of types,, namely sets, lists, ranges. It might be worth looking at this globally and see if we can use a consistent type throughout (probably just set objects like in #642 )