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] FIX issue of loading drives #795

Closed jasmainak closed 3 months ago

jasmainak commented 3 months ago

an additional complication is that the old params files have a T_pois=170 which includes them by default in hnn-core. HNN-core excludes poisson noise when T_pois=-1 whereas the old HNN looked at the weights. So we have to update the files and make T_pois=-1

rythorpe commented 3 months ago

Thanks @jasmainak!