Skip to content

Commit

Permalink
143 regression?
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielVandH committed Dec 10, 2024
1 parent e359822 commit 8056007
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/basictests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -119,13 +119,13 @@ end
if VERSION >= v"1.7"
out = Pipe()
res = redirect_stdout(out) do
expv_timestep(ts, reshape([1], (1, 1)), [1.0]; verbose = true)
expv_timestep(ts, reshape([1], (1, 1)), [1.0]; verbose = true, adaptive = true)
end
close(Base.pipe_writer(out))

@test occursin("Completed after 1 time step(s)", read(out, String))
else
res = expv_timestep(ts, reshape([1], (1, 1)), [1.0]; verbose = true)
res = expv_timestep(ts, reshape([1], (1, 1)), [1.0]; verbose = true, adaptive = true)
end

@test vec(res) exp.(ts)
Expand Down

0 comments on commit 8056007

Please sign in to comment.