We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 058085f commit c52133bCopy full SHA for c52133b
test/runtests.jl
@@ -2,7 +2,7 @@ using ApproxFunOrthogonalPolynomials, LinearAlgebra, Test
2
using Aqua
3
4
@testset "Project quality" begin
5
- Aqua.test_all(ApproxFunOrthogonalPolynomials, ambiguities=false, undefined_exports=false)
+ Aqua.test_all(ApproxFunOrthogonalPolynomials, ambiguities=false)
6
end
7
8
@testset "Domain" begin
0 commit comments