Skip to content

Commit

Permalink
Change range stop to keyworded (v1.0 supported syntax)
Browse files Browse the repository at this point in the history
  • Loading branch information
jvaara committed May 11, 2020
1 parent 7634cf6 commit 7deec74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_memory.jl
Expand Up @@ -36,7 +36,7 @@ zetas = [copy(tovoigt(mat.variables.zeta; offdiagscale=2.0))]

n_cycles = 30
ppc = 40
t = range(0.0, Float64(n_cycles); length=n_cycles*ppc+1)
t = range(0.0; stop=Float64(n_cycles), length=n_cycles*ppc+1)
dtime = t[end]/(length(t)-1)

# Amplitude 1
Expand Down

0 comments on commit 7deec74

Please sign in to comment.