Mercurial > repos > public > sbplib_julia
comparison test/Grids/zero_dim_grid_test.jl @ 1736:863385aae454 feature/grids/curvilinear
Merge default
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 10 Sep 2024 21:59:10 +0200 |
parents | 471a948cd2b2 |
children |
comparison
equal
deleted
inserted
replaced
1735:36986b75bf98 | 1736:863385aae454 |
---|---|
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}} |