IAP GITLAB

Skip to content
Snippets Groups Projects
Commit c94f1c6b authored by Felix Riehn's avatar Felix Riehn Committed by ralfulrich
Browse files

testInteractionCounter

parent 3f199db9
No related branches found
No related tags found
No related merge requests found
...@@ -83,7 +83,7 @@ TEST_CASE("InteractionCounter", "[process]") { ...@@ -83,7 +83,7 @@ TEST_CASE("InteractionCounter", "[process]") {
auto const file = GENERATE(as<std::string>{}, "testInteractionCounter_file1", auto const file = GENERATE(as<std::string>{}, "testInteractionCounter_file1",
"testInteractionCounter_file2"); "testInteractionCounter_file2");
std::cout << file + ".npz vs " << refDataDir + "/" + file + "_REF.npz" << std::endl; CORSIKA_LOG_INFO("{0}.npz vs {1}/{0}_REF.npz", file, refDataDir);
// compare to binary reference data // compare to binary reference data
// note that this currenly compares the whole files byte by byte. If the new // note that this currenly compares the whole files byte by byte. If the new
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment