Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
KiT-RT
KiT-RT
Commits
fe83834d
Commit
fe83834d
authored
Feb 12, 2021
by
Steffen Schotthöfer
Browse files
updated dataGenerator validation test
parent
e2cf5ad9
Pipeline
#134484
failed with stage
Changes
2
Pipelines
2
Expand all
Hide whitespace changes
Inline
Side-by-side
code/tests/input/validation_tests/dataGenerator/validate_dataGen_csv_reference
View file @
fe83834d
This diff is collapsed.
Click to expand it.
code/tests/test_cases.cpp
View file @
fe83834d
...
...
@@ -212,7 +212,7 @@ TEST_CASE( "CSD_SN_FP_SOLVER", "[validation_tests]" ) {
REQUIRE
(
errorWithinBounds
);
}
}
/*
TEST_CASE( "CSD_SN_FP_2D_SOLVER", "[validation_tests]" ) {
std::string csd_sn_fileDir = "input/validation_tests/CSD_SN_FP_2D_solver/";
SECTION( "waterphantom 2D" ) {
...
...
@@ -259,6 +259,7 @@ TEST_CASE( "CSD_SN_FP_SH_2D_SOLVER", "[validation_tests]" ) {
REQUIRE( errorWithinBounds );
}
}
*/
// --- Validation Tests Output ---
void
tokenize
(
std
::
string
const
&
str
,
const
char
delim
,
std
::
vector
<
std
::
string
>&
out
)
{
...
...
@@ -358,7 +359,6 @@ TEST_CASE( "screen_output", "[output]" ) {
REQUIRE
(
eqLen
);
// Files must be of same length
}
/*
TEST_CASE
(
"Test the Data Generator"
,
"[dataGen]"
)
{
std
::
string
out_fileDir
=
"input/validation_tests/dataGenerator/"
;
spdlog
::
drop_all
();
// Make sure to write in own logging file
...
...
@@ -419,4 +419,3 @@ TEST_CASE( "Test the Data Generator", "[dataGen]" ) {
}
REQUIRE
(
testPassed
);
}
*/
jannick.wolters
@jm2154
mentioned in commit
8c71fa32
·
Apr 30, 2021
mentioned in commit
8c71fa32
mentioned in commit 8c71fa3207c55c576980152592f79a15c0909133
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment