mirror of
https://git.gfz-potsdam.de/naaice/tug.git
synced 2025-12-15 18:38:23 +01:00
pipeline test path
This commit is contained in:
parent
7839a412e6
commit
d22f8cf71b
@ -61,7 +61,7 @@ TEST_CASE("equality to reference matrix") {
|
|||||||
fs::path p = fs::current_path().parent_path().parent_path();
|
fs::path p = fs::current_path().parent_path().parent_path();
|
||||||
string test_path = p.generic_string() + "/test/FTCS_11_11_7000.csv";
|
string test_path = p.generic_string() + "/test/FTCS_11_11_7000.csv";
|
||||||
MatrixXd reference = CSV2Eigen(test_path);
|
MatrixXd reference = CSV2Eigen(test_path);
|
||||||
|
cout << test_path << endl;
|
||||||
Grid grid = setupSimulation();
|
Grid grid = setupSimulation();
|
||||||
CHECK(checkSimilarity(reference, grid.getConcentrations(), 0.1) == true);
|
CHECK(checkSimilarity(reference, grid.getConcentrations(), 0.1) == true);
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user