Skip to content

Commit

Permalink
TEST: fix bug in test
Browse files Browse the repository at this point in the history
  • Loading branch information
sglyon committed Mar 26, 2018
1 parent a03a788 commit 6a03056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/basis.jl
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@

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

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

0 comments on commit 6a03056

Please sign in to comment.