Skip to content

Commit

Permalink
remove debugging line from Lorenz attractor model
Browse files Browse the repository at this point in the history
  • Loading branch information
clinssen committed Aug 10, 2020
1 parent 63454b8 commit 9de4fc8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions models/lorenz_attractor.nestml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ initial_values:
end

equations:
shape foo = exp(-t)
x' = sigma * (y - x) / s
y' = (x * (rho - z) - y) / s
z' = (x * y - beta * z) / s
Expand All @@ -23,9 +22,4 @@ parameters:
rho real = 28
end

input:
end

output: spike

end

0 comments on commit 9de4fc8

Please sign in to comment.