Skip to content

Commit

Permalink
Fix variable order test case
Browse files Browse the repository at this point in the history
Signed-off-by: ErikQQY <2283984853@qq.com>
  • Loading branch information
ErikQQY committed Nov 28, 2023
1 parent 30590c6 commit 63ef508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/FDDETests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ end

@testset "Test DelayPECE method with single constant lag with variable order" begin
function h(p, t)
if x == 0
if t == 0
return 19.00001
else
return 19.0
Expand Down

0 comments on commit 63ef508

Please sign in to comment.