diff --git a/PerfMeasure.jl b/PerfMeasure.jl index 8b7aec05abc4a1f145b7a469b6ccced42633ac02..5a32c86d52e3839e360d353cb5a51158f38f883d 100644 --- a/PerfMeasure.jl +++ b/PerfMeasure.jl @@ -24,6 +24,9 @@ using LinearAlgebra using Plots using ProgressMeter +# %% +ϵ = 1e-4 + # %% function validate(;ζ, ω=1, fixed_P = nothing, ret_P = false) @@ -71,9 +74,6 @@ validate(ζ=.2) αs = [validate(ζ=ζ) for ζ in ζs ] plot(ζs, αs, label = "", xaxis = "ζ", yaxis = "α") -# %% -ϵ = 1e-4 - # %% P = validate(ζ=.1, ret_P=true)