Skip to content

Commit

Permalink
add offset to last line
Browse files Browse the repository at this point in the history
  • Loading branch information
harisorgn committed Oct 31, 2024
1 parent 364548a commit b04d950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/tutorials/ping_network.jl
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ end
#md # end
#md # end
#md # create_adjacency_edges!(g, adj)
#md # ```
#md # ```

# ### Simulate the network
# Now that we have the neurons and the graph, we can simulate the network. We use the `system_from_graph` function to create a system of ODEs from the graph and then solve it using the DifferentialEquations.jl package, but for performance scaling reasons we will use the experimental option `graphdynamics=true` which uses a separate compilation backend called [GraphDynamics.jl](https://github.com/Neuroblox/GraphDynamics.jl). The GraphDynamics.jl backend is still experimental, and may not yet support all of the standard Neuroblox features, such as those seen in the Spectral DCM tutorial.
Expand Down

0 comments on commit b04d950

Please sign in to comment.