Mercurial > repos > public > sbplib_julia
view Grids/test/runtests.jl @ 332:535f1bff4bcc
Add some notes and some todos
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Fri, 25 Sep 2020 11:33:41 +0200 |
parents | 047dee8efaef |
children |
line wrap: on
line source
using Grids using Test @testset "EquidistantGrid" begin @test EquidistantGrid(4,0,1) isa EquidistantGrid @test dimension(EquidistantGrid(4,0,1)) == 1 @test EquidistantGrid(4,0,1) == EquidistantGrid((4,),(0,),(1,)) end