Closed SherazKhan closed 8 years ago
Dear Developers,
I was getting familiar with you great package and was trying to run the notebook (pacpy demo.ipynb), I think there are two small bugs;
1. In [58]:
spikesAMPA[e][0]<tmax*dt print neusAMPA[0]
tmax was used before it was defined
2. In [103]:
Fs = 1/dt f_hi = [80, 200] cf = mod_f_mu # mod_f_mu was never defined beta_hw = 6
mod_f_mu was never defined
Thanks
Sheraz
oops, old variables.fixed. thanks, Sheraz!
Thanks!!
Dear Developers,
I was getting familiar with you great package and was trying to run the notebook (pacpy demo.ipynb), I think there are two small bugs;
1. In [58]:
tmax was used before it was defined
2. In [103]:
mod_f_mu was never defined
Thanks
Sheraz