Skip to content

Commit 6a03056

Browse files
committed
TEST: fix bug in test
1 parent a03a788 commit 6a03056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/basis.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101

102102
# test that the nodes from basis 3 are the same as corresponding nodes
103103
# from 3d basis and have correct length
104-
@test n3 == linspace(-4, 2, 11)
104+
@test n3 == collect(linspace(-4, 2, 11))
105105
@test length(n3) == n[3]
106106

107107
# verify that the nodes from combined 3d basis is correct size

0 commit comments

Comments
 (0)