Skip to content

Commit 487eee5

Browse files
committed
Missing export of SimpleKernel (how was it running before...)
1 parent 8e3fde8 commit 487eee5

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
@@ -9,7 +9,7 @@ using Test
99
using Flux
1010
import Zygote, ForwardDiff, ReverseDiff, FiniteDifferences
1111

12-
using KernelFunctions: metric, kappa, ColVecs, RowVecs
12+
using KernelFunctions: SimpleKernel, metric, kappa, ColVecs, RowVecs
1313

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

0 commit comments

Comments
 (0)