From 0c11473e1a800423236273da7618994dda71349f Mon Sep 17 00:00:00 2001 From: Yicheng Wu Date: Thu, 20 Oct 2022 20:39:21 -0600 Subject: [PATCH] Update burgers.jl --- docs/src/tutorials/burgers.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/src/tutorials/burgers.jl b/docs/src/tutorials/burgers.jl index 44e27eb9..0d1620cc 100644 --- a/docs/src/tutorials/burgers.jl +++ b/docs/src/tutorials/burgers.jl @@ -42,7 +42,6 @@ end function Sophon.sample(sampler::MyFuncSampler) (; n, grf, pts) = sampler - xs = ys = [cubic_spline_interpolation(pts, pts .* (1 .- pts) .* sample(grf) .+ 0.1*randn())] for _ in 1:n-1 y = cubic_spline_interpolation(pts, pts .* (1 .- pts) .* sample(grf) .+ 0.1*randn())