Skip to content

Commit

Permalink
modified test
Browse files Browse the repository at this point in the history
Signed-off-by: sivasathyaseeelan <[email protected]>
  • Loading branch information
sivasathyaseeelan committed Jan 13, 2025
1 parent 31afd3c commit fe704ed
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions test/sdesystem.jl
Original file line number Diff line number Diff line change
Expand Up @@ -903,16 +903,6 @@ end
@test f_sparse isa Expr
end

@testset "Mass Matrix Handling" begin
# Test with default mass matrix
@test eval(SDEFunctionExpr(de).args[7]) == UniformScaling{Bool}(true)

# Test with non-trivial mass matrix
u0 = [1.0, 2.0, 3.0]
f_mass = SDEFunctionExpr(de, u0 = u0)
@test f_mass isa Expr
end

@testset "Ordering Tests" begin
dvs = [z, y, x]
ps = [β, ρ, σ]
Expand Down

0 comments on commit fe704ed

Please sign in to comment.