Skip to content

Commit

Permalink
Make I_bg a float (#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
MasonProtter authored Jan 10, 2025
1 parent 8503ba4 commit 69b1022
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 69b1022

Please sign in to comment.