Mercurial > repos > public > sbplib_julia
diff test/ext/sparse_arrays_test.jl @ 1722:1dd64b46ca2a feature/lazy_tensors/sparse_conversions
Fix types used for boundary identifiers in tests
author | Vidar Stiernström <vidar.stiernstrom@gmail.com> |
---|---|
date | Thu, 05 Sep 2024 08:38:01 -0700 |
parents | 3e9c3986930d |
children | 7274ec5050a0 |
line wrap: on
line diff
--- a/test/ext/sparse_arrays_test.jl Thu Sep 05 08:31:03 2024 -0700 +++ b/test/ext/sparse_arrays_test.jl Thu Sep 05 08:38:01 2024 -0700 @@ -24,7 +24,7 @@ @test Mv ≈ reshape(Δ*v,:) end - @testset let dₙ = normal_derivative(g, stencil_set,CartesianBoundary{1,Lower}()), M = sparse(dₙ) + @testset let dₙ = normal_derivative(g, stencil_set,CartesianBoundary{1,LowerBoundary}()), M = sparse(dₙ) @test ndims(M) == 2 @test size(M) == (30,20*30)