We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9049914 commit 87e0559Copy full SHA for 87e0559
cpp/tools_for_tests/directories.in.h
@@ -7,7 +7,7 @@
7
namespace sopt {
8
namespace notinstalled {
9
//! Holds images and such
10
-inline std::string data_directory() { return "@PROJECT_SOURCE_DIR@/images"; }
+inline std::string data_directory() { return "@PROJECT_SOURCE_DIR@/cpp/tests/test_data"; }
11
//! Output artefacts from tests
12
inline std::string output_directory() { return "@PROJECT_BINARY_DIR@/outputs"; }
13
//! Tensorflow models
0 commit comments