Mercurial > repos > public > sbplib_julia
comparison test/Grids/zero_dim_grid_test.jl @ 1726:471a948cd2b2 rename_module
Rename project from Sbplib to Diffinitive
author | Vidar Stiernström <vidar.stiernstrom@gmail.com> |
---|---|
date | Sat, 07 Sep 2024 12:11:53 -0700 |
parents | 4ad1282f8bab |
children |
comparison
equal
deleted
inserted
replaced
1725:8317252e4535 | 1726:471a948cd2b2 |
---|---|
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}} |