JuliaAtoms / AtomicLevels.jl

https://juliaatoms.org/AtomicLevels.jl
Other
12 stars 3 forks source link

Use Julia 1.6 for docs and doctests #104

Closed mortenpi closed 3 years ago

mortenpi commented 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.