Skip to content

Commit

Permalink
Add two more tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
michakraus committed May 7, 2024
1 parent 1582cfc commit de22636
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/equation_problem_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ include("initial_conditions.jl")
@test prob == similar(prob; tstep = Δt)
@test prob == similar(prob; ics = ode_ics)
@test prob == similar(prob; ics = ode_ics_raw)
@test prob == similar(prob; ics = Tuple(ode_ics))
@test prob == similar(prob; ics = Tuple(ode_ics_raw))
@test prob == similar(prob; parameters = NullParameters())

end
Expand Down

0 comments on commit de22636

Please sign in to comment.