Skip to content

Commit 1e8cb9b

Browse files
committed
Remove old tests written in C++
1 parent 47b2b06 commit 1e8cb9b

File tree

6 files changed

+2
-259
lines changed

6 files changed

+2
-259
lines changed

pp_sketch/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2019-2021 John Lees
1+
# Copyright 2019-2022 John Lees
22
"""sketchlib: fast sketching and core/accessory distance estimation from assemblies and reads
33
44
Usage:

src/gpu/dist.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ std::vector<float> dispatchDists(std::vector<Reference> &ref_sketches,
491491

492492
// Function which sparsifies distances on the fly. Distances are calculated in
493493
// blocks, sorted and top k stored.
494-
// NB graph probably not needed as API calls faster than ops here
494+
// NB cuda graph not needed as API calls faster than ops here
495495
sparse_coo sparseDists(const dist_params params,
496496
const std::vector<std::vector<uint64_t>> &ref_sketches,
497497
const std::vector<SketchStrides> &ref_strides,

src/test/gpu_dist_test.cpp

Lines changed: 0 additions & 50 deletions
This file was deleted.

src/test/main.cpp

Lines changed: 0 additions & 124 deletions
This file was deleted.

src/test/matrix_test.cpp

Lines changed: 0 additions & 38 deletions
This file was deleted.

src/test/read_test.cpp

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)