mirror of
https://git.gfz-potsdam.de/naaice/tug.git
synced 2025-12-13 09:28:23 +01:00
change: delete test output
This commit is contained in:
parent
b9393a4524
commit
7839a412e6
@ -1,4 +1,4 @@
|
||||
#include <_stdio.h>
|
||||
#include <stdio.h>
|
||||
#include <doctest/doctest.h>
|
||||
#include <tug/Simulation.hpp>
|
||||
#include <filesystem>
|
||||
@ -63,8 +63,5 @@ TEST_CASE("equality to reference matrix") {
|
||||
MatrixXd reference = CSV2Eigen(test_path);
|
||||
|
||||
Grid grid = setupSimulation();
|
||||
|
||||
cout << reference << endl << endl;
|
||||
cout << grid.getConcentrations() << endl;
|
||||
CHECK(checkSimilarity(reference, grid.getConcentrations(), 0.1) == true);
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user