Skip to content

Commit 58a4bd8

Browse files
authored
remove ApproxFunBase testing call (#208)
1 parent 3b62617 commit 58a4bd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ODETest.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ using ApproxFunBaseTest: testraggedbelowoperator, testbandedoperator
137137
D=Derivative(sp)
138138
A=[B;D^2-x]
139139

140-
ApproxFunBase.testraggedbelowoperator(A)
140+
testraggedbelowoperator(A)
141141
QR=qr(A)
142142

143143
@time u=QR\[[airyai(-2.),0.0],zeros(4),0.0]

0 commit comments

Comments
 (0)