We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b79bea commit 7b0efebCopy full SHA for 7b0efeb
test/traits.jl
@@ -7,7 +7,7 @@ N = 4
7
@testset "Traits" begin
8
@test _isidentity_struct(I)
9
@test _isidentity_struct(1.0 * I)
10
- @test _isidentity_struct(SciMLBase.IdentityOperator{N}())
+ @test _isidentity_struct(SciMLBase.IdentityOperator(N))
11
@test _isidentity_struct(SciMLBase.DiffEqIdentity(rand(4)))
12
@test !_isidentity_struct(2.0 * I)
13
@test !_isidentity_struct(rand(N, N))
0 commit comments