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

[MRG] Refactor: Changed gui import of _read_dipole_text function #771

Closed gtdang closed 4 months ago

gtdang commented 4 months ago

Noticed that the private function was added to the package's init file. Changed the gui's import of the function to be directly from the dipole module and removed it from the package's init file.