Skip to content

Commit 4a0350f

Browse files
authored
Add setup to gridded.jl doctest
1 parent 2fb12f0 commit 4a0350f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gridded/gridded.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ are unique. Otherwise, a warning will be issued.
9494
9595
# Example
9696
97-
```jldoctest
97+
```jldoctest; setup = :(using Interpolations)
9898
julia> knots = [-8.0, 0.0, 20.0, 20.0]
9999
4-element Vector{Float64}:
100100
-8.0

0 commit comments

Comments
 (0)