Skip to content

Commit 87e0559

Browse files
committed
Change path to image files
1 parent 9049914 commit 87e0559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/tools_for_tests/directories.in.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
namespace sopt {
88
namespace notinstalled {
99
//! Holds images and such
10-
inline std::string data_directory() { return "@PROJECT_SOURCE_DIR@/images"; }
10+
inline std::string data_directory() { return "@PROJECT_SOURCE_DIR@/cpp/tests/test_data"; }
1111
//! Output artefacts from tests
1212
inline std::string output_directory() { return "@PROJECT_BINARY_DIR@/outputs"; }
1313
//! Tensorflow models

0 commit comments

Comments
 (0)