Skip to content

Commit

Permalink
🤖 Format .jl files (#30)
Browse files Browse the repository at this point in the history
Co-authored-by: juliohm <[email protected]>
  • Loading branch information
github-actions[bot] and juliohm authored Oct 18, 2024
1 parent 33a6bec commit 59713b6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/empirical.jl
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,7 @@ end
rng = StableRNG(123)
d = georef((; z=rand(rng, 1:10, 1000)), rand(rng, Point, 1000))
t = EmpiricalTransiogram(d, :z)
@test sprint(show, t) ==
"EmpiricalTransiogram(distance: Euclidean(0.0), estimator: CarleEstimator(), npairs: 176100)"
@test sprint(show, t) == "EmpiricalTransiogram(distance: Euclidean(0.0), estimator: CarleEstimator(), npairs: 176100)"
@test sprint(show, MIME"text/plain"(), t) == """
EmpiricalTransiogram
├─ abscissas: [0.00249657 m, 0.00828093 m, 0.0128198 m, ..., 0.0875733 m, 0.0925317 m, 0.0974132 m]
Expand Down

0 comments on commit 59713b6

Please sign in to comment.