Skip to content

Commit f36f7ed

Browse files
author
Will Kimmerer
authored
Coverage (#87)
* improve monoid handling, error where necessary, tests * matrix reduction tests, gbpointer on mask correction * simplify gbpointer * tests * improve handling of reduce in presence of empty matrices * move lib dir up a directory to hopefully rm from codecov
1 parent 76577d7 commit f36f7ed

21 files changed

+97
-24
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ docs/site/
77
LocalPreferences.toml
88
benchmarks/results.txt
99
/Manifest.toml
10+
*.cov
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/SuiteSparseGraphBLAS.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export ColMajor, RowMajor, storageorder #reexports from StorageOrders
2828
include("abstracts.jl")
2929
include("libutils.jl")
3030

31-
include("lib/LibGraphBLAS_gen.jl")
31+
include("../lib/LibGraphBLAS_gen.jl")
3232
using .LibGraphBLAS
3333

3434
include("operators/libgbops.jl")

0 commit comments

Comments
 (0)