Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eliascarv committed Oct 18, 2024
1 parent 8788f5e commit 2c37e09
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/empirical.jl
Original file line number Diff line number Diff line change
Expand Up @@ -140,13 +140,13 @@ end
EmpiricalTransiogram
├─ abscissas: [0.00249657 m, 0.00828093 m, 0.0128198 m, ..., 0.0875733 m, 0.0925317 m, 0.0974132 m]
├─ ordinates:
│ ├─ [0.0, 0.0, NaN, ..., 0.0, 0.0, 0.107143]
│ ├─ [0.0, NaN, NaN, ..., 0.0, 0.0869565, 0.103448]
│ ├─ [0.0, NaN, 0.0, ..., 0.130435, 0.0909091, 0.142857]
│ ├─ [0.0, 0.0, 0.0, ..., 0.0, 0.0, 0.107143]
│ ├─ [0.0, 0.0, 0.0, ..., 0.0, 0.0869565, 0.103448]
│ ├─ [0.0, 0.0, 0.0, ..., 0.130435, 0.0909091, 0.142857]
│ ├─ ...
│ ├─ [0.0, NaN, NaN, ..., 0.0555556, 0.166667, 0.0833333]
│ ├─ [0.0, NaN, 0.0, ..., 0.125, 0.208333, 0.1]
│ └─ [0.0, NaN, 0.0, ..., 0.130435, 0.0833333, 0.0909091]
│ ├─ [0.0, 0.0, 0.0, ..., 0.0555556, 0.166667, 0.0833333]
│ ├─ [0.0, 0.0, 0.0, ..., 0.125, 0.208333, 0.1]
│ └─ [0.0, 0.0, 0.0, ..., 0.130435, 0.0833333, 0.0909091]
├─ distance: Euclidean(0.0)
├─ estimator: CarleEstimator()
└─ npairs: 176100"""
Expand Down

0 comments on commit 2c37e09

Please sign in to comment.