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

[MRG] fix for add_poisson_drive not working with int when cell_specific=True #818

Closed dylansdaniels closed 1 month ago

dylansdaniels commented 1 month ago

This fix addresses issue #816 and updates the test for adding poisson drives in test_drives.py with additional conditions to check

jasmainak commented 1 month ago

Thanks @dylansdaniels !!!

rythorpe commented 1 month ago

FYI @dylansdaniels, if you use "closes" or "fixes" followed by the issue tag in the first comment of your PR, GH will close the issue automatically once the PR is merged. :partying_face: