Skip to content

Commit

Permalink
Add setup to gridded.jl doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
abhro authored Apr 10, 2024
1 parent 2fb12f0 commit 4a0350f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gridded/gridded.jl
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ are unique. Otherwise, a warning will be issued.
# Example
```jldoctest
```jldoctest; setup = :(using Interpolations)
julia> knots = [-8.0, 0.0, 20.0, 20.0]
4-element Vector{Float64}:
-8.0
Expand Down

0 comments on commit 4a0350f

Please sign in to comment.