From f14afeaff9e7b6f2c7830776e2dfd60d6fc7f49b Mon Sep 17 00:00:00 2001 From: Erik Faulhaber <44124897+efaulhaber@users.noreply.github.com> Date: Wed, 9 Oct 2024 10:23:19 +0200 Subject: [PATCH] Fix tests for TimerOutputs --- Project.toml | 2 +- test/callbacks/info.jl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 5de494ad8..f01673791 100644 --- a/Project.toml +++ b/Project.toml @@ -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" diff --git a/test/callbacks/info.jl b/test/callbacks/info.jl index fab2fb2f3..881177046 100644 --- a/test/callbacks/info.jl +++ b/test/callbacks/info.jl @@ -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()