bug fix
This commit is contained in:
@@ -304,7 +304,6 @@ Base.@kwdef mutable struct lifNeuron <: computeNeuron
|
||||
id::Union{Int64,Nothing} = nothing # this neuron ID i.e. position of this neuron in knowledgeFn
|
||||
type::String = "lifNeuron"
|
||||
ExInType::Integer = 1 # 1 excitatory, -1 inhabitory
|
||||
# Bn::Union{Float64,Nothing} = Random.rand() # Bias for neuron error
|
||||
knowledgeFnName::Union{String,Nothing} = nothing # knowledgeFn that this neuron belongs to
|
||||
subscriptionList::Union{Array{Int64},Nothing} = nothing # list of other neuron that this neuron synapse subscribed to
|
||||
subExInType::Array{Int64} = Vector{Int64}() # store ExIn type of subscribed neurons
|
||||
@@ -396,7 +395,6 @@ Base.@kwdef mutable struct alifNeuron <: computeNeuron
|
||||
id::Union{Int64,Nothing} = nothing # this neuron ID i.e. position of this neuron in knowledgeFn
|
||||
type::String = "alifNeuron"
|
||||
ExInType::Integer = -1 # 1 excitatory, -1 inhabitory
|
||||
# Bn::Union{Float64,Nothing} = Random.rand() # Bias for neuron error
|
||||
knowledgeFnName::Union{String,Nothing} = nothing # knowledgeFn that this neuron belongs to
|
||||
subscriptionList::Union{Array{Int64},Nothing} = nothing # list of other neuron that this neuron synapse subscribed to
|
||||
subExInType::Array{Int64} = Vector{Int64}() # store ExIn type of subscribed neurons
|
||||
|
||||
Reference in New Issue
Block a user