more specific test

This commit is contained in:
Mike J Innes 2017-06-08 10:41:00 +01:00
parent dac80081ba
commit b0e5d8047c

View File

@ -39,7 +39,7 @@ function test_back(bk)
update!(dm, 0.1) update!(dm, 0.1)
@test dm(xs) d(xs) @test dm(xs) d(xs)
@test dm(xs) d(xs) @test !(dm(xs) d(xs))
end end
end end