Skip to content

Commit 2ccc340

Browse files
authored
Fix tests for TimerOutputs (trixi-framework#626)
1 parent 7786431 commit 2ccc340

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Reexport = "1"
5050
SciMLBase = "1, 2"
5151
StaticArrays = "1"
5252
StrideArrays = "0.1"
53-
TimerOutputs = "0.5"
53+
TimerOutputs = "0.5.25"
5454
TrixiBase = "0.1.3"
5555
WriteVTK = "1"
5656
julia = "1.9"

test/callbacks/info.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@
135135
Trixi simulation finished. Final time: 23.0 Time steps: 453 (accepted), 472 (total)
136136
────────────────────────────────────────────────────────────────────────────────────────────────────
137137
138-
────────────────────────────────────────────────────────────────────
139-
TrixiParticles.jl Time Allocations"""
138+
────────────────────────────────────────────────────────────────────
139+
TrixiParticles.jl Time Allocations"""
140140

141141
# Redirect `stdout` to a string
142142
pipe = Pipe()

0 commit comments

Comments
 (0)