Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
harisorgn committed Jan 11, 2025
1 parent 2b28786 commit ff8e4e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _literate/neuron_mass.jl
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ prob = SDEProblem(sys, [], (0, 1000))
sol = solve(prob, RKMil())

## Plot the powerspectrum of the solution
fig = powerspectrumplot(hh, sol; samplig_rate=0.01);
fig = powerspectrumplot(hh, sol; sampling_rate=0.01);
fig
save(joinpath(@OUTPUT, "hh_power.svg"), fig); # hide
#!nb # \fig{hh_power}
Expand Down

0 comments on commit ff8e4e7

Please sign in to comment.