Skip to content

Commit

Permalink
include PING neurons before connections
Browse files Browse the repository at this point in the history
  • Loading branch information
harisorgn committed Dec 16, 2024
1 parent b6f5847 commit 6be1ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Neuroblox.jl
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,11 @@ include("blox/winnertakeall.jl")
include("blox/subcortical_blox.jl")
include("blox/stochastic.jl")
include("blox/discrete.jl")
include("blox/ping_neuron_examples.jl")
include("blox/reinforcement_learning.jl")
include("gui/GUI.jl")
include("blox/connections.jl")
include("blox/blox_utilities.jl")
include("blox/ping_neuron_examples.jl")
include("GraphDynamicsInterop/GraphDynamicsInterop.jl")
include("Neurographs.jl")
include("adjacency.jl")
Expand Down

0 comments on commit 6be1ff0

Please sign in to comment.