Skip to content

Commit 98a3621

Browse files
committed
Change path to models
1 parent ed5a6c8 commit 98a3621

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
@@ -11,7 +11,7 @@ inline std::string data_directory() { return "@PROJECT_SOURCE_DIR@/cpp/tests/tes
1111
//! Output artefacts from tests
1212
inline std::string output_directory() { return "@PROJECT_BINARY_DIR@/outputs"; }
1313
//! Tensorflow models
14-
inline std::string models_directory() { return "@PROJECT_SOURCE_DIR@/lexci_models"; }
14+
inline std::string models_directory() { return "@PROJECT_SOURCE_DIR@/cpp/tests/test_data"; }
1515
}
1616
} /* sopt::notinstalled */
1717
#endif

0 commit comments

Comments
 (0)