Mercurial > repos > public > sbplib_julia
comparison test/testLazyTensors.jl @ 448:912ae510dec9 feature/inflated_tensormapping
Use new name of IdentityMapping
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Mon, 19 Oct 2020 21:04:51 +0200 |
parents | 1db5ec38955e |
children | ac6d22570a08 |
comparison
equal
deleted
inserted
replaced
447:27e0e256e5d9 | 448:912ae510dec9 |
---|---|
300 @inferred (I*v)[3,2] | 300 @inferred (I*v)[3,2] |
301 @test_broken @inferred (I'*v)[3,2] # TODO: Should fix the index typing before investigating this | 301 @test_broken @inferred (I'*v)[3,2] # TODO: Should fix the index typing before investigating this |
302 @inferred range_size(I) | 302 @inferred range_size(I) |
303 end | 303 end |
304 | 304 |
305 end | 305 @testset "InflatedTensorMapping" begin |
306 | |
307 end | |
308 | |
309 end |