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

[MRG] read_network_configuration not clearing drive connections #807

Closed gtdang closed 3 days ago

gtdang commented 3 days ago

Reading network configurations from hierarchical json with read_drives=False was only clearing the external_drives and not the drive connectivities in the network connectivity information. This fix corrects that issue.

gtdang commented 3 days ago

@ntolley Thanks! It's good to merge!