Skip to content

Commit

Permalink
Fix a test that was not clear enough before
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanaelbosch committed Oct 23, 2023
1 parent a030afd commit 71ebe68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/mass_matrix.jl
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,10 @@ using Test

@test s1.pu.Σ[1] isa PSDMatrix{<:Number,<:Matrix}
@test s0.pu.Σ[1] isa PSDMatrix{<:Number,<:ProbNumDiffEq.IsometricKroneckerProduct}

t1 = @elapsed ek1()
t0 = @elapsed ek0()
@test t0 * N < t1
@test t0 < t1
end
end

Expand Down

0 comments on commit 71ebe68

Please sign in to comment.