Skip to content

Commit

Permalink
update test data
Browse files Browse the repository at this point in the history
  • Loading branch information
cheroy-ntia committed Dec 10, 2024
1 parent 4896398 commit b5fb8ac
Show file tree
Hide file tree
Showing 7 changed files with 17,509 additions and 17,507 deletions.
4 changes: 3 additions & 1 deletion tests/LFMFGTestUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ std::vector<LFMFInputsAndResult> ReadLFMFInputsAndResult(const std::string &file

if (csvRows[0][i] == "rtn") {
d.expectedReturn = std::stoi(csvRows[r][i]);
c++;
}
if (csvRows[0][i] == "A_btl__db") {
d.expectedResult.A_btl__db
Expand Down Expand Up @@ -103,7 +104,8 @@ std::vector<LFMFInputsAndResult> ReadLFMFInputsAndResult(const std::string &file
std::cerr << "Error: " << r << ", " << csvRows[r][i] << std::endl;
}
}
if (c == 13) {
// Make sure all columns loaded
if (c == 14) {
testData.push_back(d);
}
}
Expand Down
8,402 changes: 4,201 additions & 4,201 deletions tests/data/ValidationPolarizationHorizontal.csv

Large diffs are not rendered by default.

702 changes: 351 additions & 351 deletions tests/data/ValidationPolarizationHorizontalEpsilon1.csv

Large diffs are not rendered by default.

8,402 changes: 4,201 additions & 4,201 deletions tests/data/ValidationPolarizationHorizontalMax.csv

Large diffs are not rendered by default.

8,402 changes: 4,201 additions & 4,201 deletions tests/data/ValidationPolarizationVertical.csv

Large diffs are not rendered by default.

702 changes: 351 additions & 351 deletions tests/data/ValidationPolarizationVerticalEpsilon1.csv

Large diffs are not rendered by default.

8,402 changes: 4,201 additions & 4,201 deletions tests/data/ValidationPolarizationVerticalMax.csv

Large diffs are not rendered by default.

0 comments on commit b5fb8ac

Please sign in to comment.