Skip to content

Commit 5b2e580

Browse files
committed
Adding needed export
1 parent 24cb00d commit 5b2e580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ using SpecialFunctions
88
using Test
99
import Zygote, ForwardDiff, ReverseDiff, FiniteDifferences
1010

11-
using KernelFunctions: metric, kappa
11+
using KernelFunctions: metric, kappa, ColVecs, RowVecs
1212

1313
# Writing tests:
1414
# 1. The file structure of the test should match precisely the file structure of src.

0 commit comments

Comments
 (0)