From 0126a6ca86ef4e5c01fe60fc2de82ed2563c18b8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 22:43:33 -0300 Subject: [PATCH] :robot: Format .jl files (#33) Co-authored-by: juliohm <3345261+juliohm@users.noreply.github.com> --- test/fitting.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/fitting.jl b/test/fitting.jl index 9fec3bf..5d823bd 100644 --- a/test/fitting.jl +++ b/test/fitting.jl @@ -80,7 +80,7 @@ sₜ = 1.00 nₜ = 0.20 eₜ = 1.50 - γₜ = PowerVariogram(sₜ, nₜ ,eₜ) + γₜ = PowerVariogram(sₜ, nₜ, eₜ) xs = collect(0.0:0.1:10.0)u"m" ys = γₜ.(xs) ns = rand(1000:5000, length(xs)) @@ -94,7 +94,7 @@ sₜ = 6.54 nₜ = 1.45 eₜ = 0.64 - γₜ = PowerVariogram(sₜ, nₜ ,eₜ) + γₜ = PowerVariogram(sₜ, nₜ, eₜ) xs = collect(0.0:10.0:200.0)u"m" ys = γₜ.(xs) ns = rand(100:1000, length(xs))