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 ed5a6c8 commit 98a3621Copy full SHA for 98a3621
cpp/tools_for_tests/directories.in.h
@@ -11,7 +11,7 @@ inline std::string data_directory() { return "@PROJECT_SOURCE_DIR@/cpp/tests/tes
11
//! Output artefacts from tests
12
inline std::string output_directory() { return "@PROJECT_BINARY_DIR@/outputs"; }
13
//! Tensorflow models
14
-inline std::string models_directory() { return "@PROJECT_SOURCE_DIR@/lexci_models"; }
+inline std::string models_directory() { return "@PROJECT_SOURCE_DIR@/cpp/tests/test_data"; }
15
}
16
} /* sopt::notinstalled */
17
#endif
0 commit comments