Skip to content

Commit

Permalink
removed data reader test file from .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaunFell committed Apr 18, 2024
1 parent a9ceefd commit e96980b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/SimpleDataReader_test/Main_datareader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ int main(int argc, char *argv[])
int reader_failed { 0 };
int interp_failed { 0 };

SimpleDataReader<double> reader{"data_test.dat"};
SimpleDataReader<double> reader{"data_test.dat_test"};
DataContainer<double> data = reader.get_data();

// Test the nearest neighbor algorithm
Expand Down
16 changes: 16 additions & 0 deletions tests/SimpleDataReader_test/data_test.dat_test
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
1 1 1
1 2 2
1 3 3
1 4 4
2 1 2
2 2 3
2 3 4
2 4 5
3 1 3
3 2 4
3 3 5
3 4 6
4 1 4
4 2 5
4 3 6
4 4 7

0 comments on commit e96980b

Please sign in to comment.