From d22f8cf71bce87677124dca7c1624a87ecbbee72 Mon Sep 17 00:00:00 2001 From: Hannes Signer Date: Wed, 2 Aug 2023 14:23:00 +0200 Subject: [PATCH] pipeline test path --- test/testSimulation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testSimulation.cpp b/test/testSimulation.cpp index c8df46b..1020a7e 100644 --- a/test/testSimulation.cpp +++ b/test/testSimulation.cpp @@ -61,7 +61,7 @@ TEST_CASE("equality to reference matrix") { fs::path p = fs::current_path().parent_path().parent_path(); string test_path = p.generic_string() + "/test/FTCS_11_11_7000.csv"; MatrixXd reference = CSV2Eigen(test_path); - + cout << test_path << endl; Grid grid = setupSimulation(); CHECK(checkSimilarity(reference, grid.getConcentrations(), 0.1) == true); } \ No newline at end of file