Mercurial > repos > public > sbplib_julia
comparison test/Grids/equidistant_grid_test.jl @ 1276:75a65db29be1 refactor/grids
Minor clean up
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Sun, 26 Feb 2023 17:09:35 +0100 |
parents | 30729cba1095 |
children | 4a0570f325ce |
comparison
equal
deleted
inserted
replaced
1275:dcd8654ca33b | 1276:75a65db29be1 |
---|---|
113 for i ∈ eachindex(gp) | 113 for i ∈ eachindex(gp) |
114 @test [gp[i]...] ≈ [p[i]...] atol=5e-13 | 114 @test [gp[i]...] ≈ [p[i]...] atol=5e-13 |
115 end | 115 end |
116 end | 116 end |
117 end | 117 end |
118 | |
119 | |
120 @testset "change_length" begin | |
121 @test_broken false | |
122 end |