Skip to content

Commit e6c8a54

Browse files
committed
Fix boundserror in README example
1 parent 32f4a1f commit e6c8a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/readme-examples.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ using Interpolations, Test
44
@testset "Readme Examples" begin
55

66
## Bsplines
7-
a = randn(5)
7+
a = randn(6)
88
A = randn(5, 5)
99

1010
# Nearest-neighbor interpolation

0 commit comments

Comments
 (0)