Skip to content

Commit

Permalink
Add fixme in cpp test
Browse files Browse the repository at this point in the history
  • Loading branch information
hlinsen committed Feb 10, 2021
1 parent 617ff94 commit f85cb0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ARGS=$*
REPODIR=$(cd $(dirname $0); pwd)
LIBCUGRAPH_BUILD_DIR=${LIBCUGRAPH_BUILD_DIR:=${REPODIR}/cpp/build}

VALIDARGS="clean libcugraph cugraph docs -v -g -n --allgpuarch --show_depr_warn -h --help --buildfaiss"
VALIDARGS="clean libcugraph cugraph docs -v -g -n --allgpuarch --buildfaiss --show_depr_warn -h --help"
HELP="$0 [<target> ...] [<flag> ...]
where <target> is:
clean - remove all existing build artifacts and configuration (start over)
Expand Down
3 changes: 3 additions & 0 deletions cpp/tests/traversal/tsp_test.cu
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,9 @@ class Tests_Tsp : public ::testing::TestWithParam<Tsp_Usecase> {
return tokens;
}

// FIXME: At the moment TSP does not accept a graph_t as input and therefore
// deviates from the standard testing I/O pattern. Once other input types
// are supported we want to reconcile TSP testing with the rest of cugraph.
int load_tsp(const char* fname, Route* input)
{
std::fstream fs;
Expand Down

0 comments on commit f85cb0d

Please sign in to comment.