Skip to content

Commit b0aeb3e

Browse files
st--willtebbutt
andauthored
Update src/TestUtils.jl
Co-authored-by: willtebbutt <[email protected]>
1 parent 812fcea commit b0aeb3e

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{<:Real}`, `Vector{Vector{<:Real}}`, `ColVecs{<:Real}`,
30-
and `RowVecs{<:Real}`. For other input vector types, please provide the data manually.
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.
3131
"""
3232
function test_interface(
3333
k::Kernel,

0 commit comments

Comments
 (0)