Closed mortenpi closed 3 years ago
Makes the necessary printing changes to the doctests via doctest(...; fix = true). All the changes appear to be related to a Array{T, 1} -> Vector{T} printing change.
doctest(...; fix = true)
Array{T, 1}
Vector{T}
Makes the necessary printing changes to the doctests via
doctest(...; fix = true)
. All the changes appear to be related to aArray{T, 1}
->Vector{T}
printing change.