Skip to content

Commit

Permalink
Removed failing tests
Browse files Browse the repository at this point in the history
The following tests have been commented out because they used the deprecated (now removed) Jansen Rit blox:
* Canonical & Jansen-Rit Network
* OUBlox & Jansen-Rit network
* Time-series output
@hstrey do we need these? If so then I'll modify to the new blocks - if not we can delete. They're just commented out for now.
  • Loading branch information
agchesebro committed Jan 16, 2024
1 parent 8ca6748 commit 87cdcb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/blox/neural_mass.jl
Original file line number Diff line number Diff line change
Expand Up @@ -248,9 +248,9 @@ struct WilsonCowan <: NeuralMassBlox
end

"""
JansenRit(name, namespace, τ, H, λ, r, cortical)
LarterBreakspear(name, namespace, ...)
Create a Jansen Rit blox as described in Liu et al.
Create a Larter Breakspear blox described in Endo et al. For a full list of the parameters used see the reference.
The formal definition of this blox is:
"""
# ```math
Expand Down

0 comments on commit 87cdcb7

Please sign in to comment.