Skip to content

Commit e24406d

Browse files
authored
Fix eval point in Floquet dirichlet test (#328)
1 parent 422ec82 commit e24406d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/VectorTest.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ include("testutils.jl")
229229

230230
L = [Dg; B_row]
231231
testraggedbelowoperator(L)
232-
@test ([Dg; B_row]*[f;f;f;f])(0.1) [fill(1.0,4);0]
232+
@test ([Dg; B_row]*[f;f;f;f])(leftendpoint(d)) [fill(1.0,4);0]
233233

234234
@test hcat(Dg).ops == Dg.ops
235235

0 commit comments

Comments
 (0)