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 31afd3c commit fe704edCopy full SHA for fe704ed
test/sdesystem.jl
@@ -903,16 +903,6 @@ end
903
@test f_sparse isa Expr
904
end
905
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
916
@testset "Ordering Tests" begin
917
dvs = [z, y, x]
918
ps = [β, ρ, σ]
0 commit comments