Mercurial > repos > public > sbplib_julia
comparison test/Grids/tensor_grid_test.jl @ 1252:c150eabaf656 refactor/grids
Fix or mark tests broken where needed
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 22 Feb 2023 12:47:08 +0100 |
parents | 6323d2fe3b4f |
children | a4ddae8b5d49 |
comparison
equal
deleted
inserted
replaced
1251:6f75f2d2bf5c | 1252:c150eabaf656 |
---|---|
1 using Sbplib.Grids | 1 using Sbplib.Grids |
2 using Test | 2 using Test |
3 | 3 |
4 @testset "TensorGrid" begin | 4 @testset "TensorGrid" begin |
5 @test_broken false | 5 @test_broken false |
6 | |
7 | |
8 @testset "restrict" begin | |
9 @test_broken restrict(g, 1:2) == nothing | |
10 @test_broken restrict(g, 2:3) == nothing | |
11 @test_broken restrict(g, [1,3]) == nothing | |
12 @test_broken restrict(g, [2,1]) == nothing | |
13 end | |
6 end | 14 end |