Skip to content

Commit

Permalink
Merge branch 'master' into fix_powerspectrum_bands_on_notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
MasonProtter authored Jan 10, 2025
2 parents 9e66054 + 69b1022 commit 3026a34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/blox/neuron_models.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ struct HHNeuronExciBlox <: AbstractExciNeuronBlox
namespace=nothing,
E_syn=0.0,
G_syn=3,
I_bg=0,
I_bg=0.0,
freq=0,
phase=0,
τ=5
Expand Down Expand Up @@ -96,7 +96,7 @@ struct HHNeuronInhibBlox <: AbstractInhNeuronBlox
namespace = nothing,
E_syn=-70.0,
G_syn=11.5,
I_bg=0,
I_bg=0.0,
freq=0,
phase=0,
τ=70
Expand Down

0 comments on commit 3026a34

Please sign in to comment.