Skip to content

Commit d0284c7

Browse files
authored
Update src/TestUtils.jl
1 parent b0aeb3e commit d0284c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/TestUtils.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ be of different lengths.
2626
test_interface([rng::AbstractRNG], k::Kernel, T::Type{<:Real}; atol=__ATOL, rtol=__RTOL)
2727
2828
`test_interface` offers automated test data generation for kernels whose inputs are reals.
29-
This will run the tests for `Vector{T}`, `Vector{Vector{T}}`, `ColVecs{T}`,
30-
and `RowVecs{T}`. For other input vector types, please provide the data manually.
29+
This will run the tests for `Vector{T}`, `Vector{Vector{T}}`, `ColVecs{T}`, and `RowVecs{T}`.
30+
For other input vector types, please provide the data manually.
3131
"""
3232
function test_interface(
3333
k::Kernel,

0 commit comments

Comments
 (0)