Skip to content

Commit

Permalink
fix compat issue haar test
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentcp committed Feb 19, 2020
1 parent d1031ff commit adfe1bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/dictionaries/test_haar.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ using BasisFunctions, GridArrays
@testset "Basic Haar tests" begin
s = zeros(10);s[1]=1
H = Haar(10)
@test H(0)s
@test BasisFunctions.dict_eval(H,0)s
g = interpolation_grid(H)
@test gMidpointEquispacedGrid(10,0,1)
@test isorthogonal(H,discretemeasure(g))
Expand Down

0 comments on commit adfe1bc

Please sign in to comment.