Mercurial > repos > public > sbplib_julia
comparison test/Grids/zero_dim_grid_test.jl @ 1829:871f3f1decea refactor/grids/iterable_boundary_indices
Merge default
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Sun, 20 Oct 2024 21:38:09 +0200 |
parents | 471a948cd2b2 |
children |
comparison
equal
deleted
inserted
replaced
1828:8adecef380b4 | 1829:871f3f1decea |
---|---|
1 using Test | 1 using Test |
2 using Sbplib.Grids | 2 using Diffinitive.Grids |
3 using StaticArrays | 3 using StaticArrays |
4 | 4 |
5 @testset "ZeroDimGrid" begin | 5 @testset "ZeroDimGrid" begin |
6 @test ZeroDimGrid(1) isa ZeroDimGrid{Int} | 6 @test ZeroDimGrid(1) isa ZeroDimGrid{Int} |
7 @test ZeroDimGrid([1,2,3]) isa ZeroDimGrid{Vector{Int}} | 7 @test ZeroDimGrid([1,2,3]) isa ZeroDimGrid{Vector{Int}} |