From c13a1fbbb1713cb263984141a2ee8f2993047570 Mon Sep 17 00:00:00 2001 From: Maximilian Reininghaus <maximilian.reininghaus@tu-dortmund.de> Date: Thu, 21 Jan 2021 19:28:17 +0100 Subject: [PATCH] updated testInteractionCounter --- tests/modules/testInteractionCounter.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/modules/testInteractionCounter.cpp b/tests/modules/testInteractionCounter.cpp index 350e1dc1d..ba0ea2ce6 100644 --- a/tests/modules/testInteractionCounter.cpp +++ b/tests/modules/testInteractionCounter.cpp @@ -71,10 +71,8 @@ TEST_CASE("InteractionCounter", "[process]") { CHECK(h2.at(h2.axis(0).index(1'000'070'140), h2.axis(1).index(1.6e12)) == 1); CHECK(std::accumulate(h2.cbegin(), h2.cend(), 0) == 1); - countedProcess.GetHistogram().saveLab("testInteractionCounter_file1.npz", - utl::SaveMode::overwrite); - countedProcess.GetHistogram().saveCMS("testInteractionCounter_file2.npz", - utl::SaveMode::overwrite); + countedProcess.GetHistogram().saveLab("testInteractionCounter_file1.npz"); + countedProcess.GetHistogram().saveCMS("testInteractionCounter_file2.npz"); } SECTION("DoInteraction Lambda") { -- GitLab