Skip to content

Commit

Permalink
🤖 Format .jl files (#33)
Browse files Browse the repository at this point in the history
Co-authored-by: juliohm <3345261+juliohm@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and juliohm authored Oct 23, 2024
1 parent 1e1b764 commit 0126a6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/fitting.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand All @@ -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))
Expand Down

0 comments on commit 0126a6c

Please sign in to comment.