Skip to content

Commit 812fcea

Browse files
Update src/TestUtils.jl
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5a4b235 commit 812fcea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/TestUtils.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ function test_interface(
5050
@test size(kernelmatrix(k, x0, x2)) == (length(x0), length(x2))
5151

5252
# Check that elementwise is consistent with pairwise.
53-
@test kernelmatrix_diag(k, x0, x1) diag(kernelmatrix(k, x0, x1)) atol = atol rtol = rtol
53+
@test kernelmatrix_diag(k, x0, x1) diag(kernelmatrix(k, x0, x1)) atol = atol rtol =
54+
rtol
5455

5556
# Check additional binary elementwise properties for kernels.
5657
@test kernelmatrix_diag(k, x0, x1) kernelmatrix_diag(k, x1, x0)

0 commit comments

Comments
 (0)