Mercurial > repos > public > sbplib_julia
comparison test/Grids/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 | 43aaf710463e |
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 Sbplib.LazyTensors | 3 using Diffinitive.LazyTensors |
4 using StaticArrays | 4 using StaticArrays |
5 | 5 |
6 @testset "Grid" begin | 6 @testset "Grid" begin |
7 struct DummyGrid{T,D} <: Grid{T,D} end | 7 struct DummyGrid{T,D} <: Grid{T,D} end |
8 | 8 |