Mercurial > repos > public > sbplib_julia
diff LazyTensors/test/runtests.jl @ 198:b5c9be7f391c boundary_conditions
Fix up some formatting
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Thu, 20 Jun 2019 23:28:02 +0200 |
parents | 25d2ef206fe9 |
children | c19bfad0e836 9d9f7b0e514b |
line wrap: on
line diff
--- a/LazyTensors/test/runtests.jl Thu Jun 20 23:26:43 2019 +0200 +++ b/LazyTensors/test/runtests.jl Thu Jun 20 23:28:02 2019 +0200 @@ -1,8 +1,6 @@ using Test using LazyTensors - - @testset "Generic Mapping methods" begin struct DummyMapping{T,R,D} <: TensorMapping{T,R,D} end LazyTensors.apply(m::DummyMapping{T,R,D}, v, i) where {T,R,D} = :apply @@ -57,4 +55,4 @@ @test (m*m*v)[6] == (:apply,m*v,6) @test_broken BoundsError == (m*m*v)[0] @test_broken BoundsError == (m*m*v)[7] -end \ No newline at end of file +end