Skip to content

Commit fe704ed

Browse files
modified test
Signed-off-by: sivasathyaseeelan <[email protected]>
1 parent 31afd3c commit fe704ed

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

test/sdesystem.jl

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -903,16 +903,6 @@ end
903903
@test f_sparse isa Expr
904904
end
905905

906-
@testset "Mass Matrix Handling" begin
907-
# Test with default mass matrix
908-
@test eval(SDEFunctionExpr(de).args[7]) == UniformScaling{Bool}(true)
909-
910-
# Test with non-trivial mass matrix
911-
u0 = [1.0, 2.0, 3.0]
912-
f_mass = SDEFunctionExpr(de, u0 = u0)
913-
@test f_mass isa Expr
914-
end
915-
916906
@testset "Ordering Tests" begin
917907
dvs = [z, y, x]
918908
ps = [β, ρ, σ]

0 commit comments

Comments
 (0)