mirror of
https://git.gfz-potsdam.de/naaice/tug.git
synced 2025-12-13 09:28:23 +01:00
change test path
This commit is contained in:
parent
05275a9e56
commit
95a9e694b0
@ -58,8 +58,8 @@ static Grid setupSimulation() {
|
||||
}
|
||||
|
||||
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";
|
||||
fs::path p = fs::current_path(); // .parent_path().parent_path();
|
||||
string test_path = p.generic_string() + "/FTCS_11_11_7000.csv";
|
||||
MatrixXd reference = CSV2Eigen(test_path);
|
||||
cout << test_path << endl;
|
||||
Grid grid = setupSimulation();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user