Skip to content

Commit

Permalink
Fix tests for TimerOutputs (#626)
Browse files Browse the repository at this point in the history
  • Loading branch information
efaulhaber authored Oct 9, 2024
1 parent 7786431 commit 2ccc340
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Reexport = "1"
SciMLBase = "1, 2"
StaticArrays = "1"
StrideArrays = "0.1"
TimerOutputs = "0.5"
TimerOutputs = "0.5.25"
TrixiBase = "0.1.3"
WriteVTK = "1"
julia = "1.9"
4 changes: 2 additions & 2 deletions test/callbacks/info.jl
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@
Trixi simulation finished. Final time: 23.0 Time steps: 453 (accepted), 472 (total)
────────────────────────────────────────────────────────────────────────────────────────────────────
────────────────────────────────────────────────────────────────────
TrixiParticles.jl Time Allocations"""
────────────────────────────────────────────────────────────────────
TrixiParticles.jl Time Allocations"""

# Redirect `stdout` to a string
pipe = Pipe()
Expand Down

0 comments on commit 2ccc340

Please sign in to comment.