Skip to content

Commit abfba37

Browse files
committed
Runic formatting
1 parent a8a0003 commit abfba37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_cubic_autocache.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,12 +388,12 @@ end
388388
@test cache_int_p isa CubicSplineCache{Float64}
389389

390390
# ── Rational Vector: derivative + periodic cache ──
391-
x_rat = Rational{Int}[0//1, 1//1, 2//1, 3//1, 4//1]
391+
x_rat = Rational{Int}[0 // 1, 1 // 1, 2 // 1, 3 // 1, 4 // 1]
392392

393393
cache_rat_d = _get_cubic_cache(x_rat, ZeroCurvBC())
394394
@test cache_rat_d isa CubicSplineCache{Float64}
395395

396-
x_rat_periodic = Rational{Int}[0//1, 1//1, 2//1, 3//1, 4//1, 5//1, 6//1]
396+
x_rat_periodic = Rational{Int}[0 // 1, 1 // 1, 2 // 1, 3 // 1, 4 // 1, 5 // 1, 6 // 1]
397397
cache_rat_p = _get_cubic_cache(x_rat_periodic, PeriodicBC())
398398
@test cache_rat_p isa CubicSplineCache{Float64}
399399

0 commit comments

Comments
 (0)