Skip to content

Commit 030e12f

Browse files
authored
Import fewer names in ApproxFunBaseTest (#610)
1 parent 4d8c6fc commit 030e12f

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

ApproxFunBaseTest/src/ApproxFunBaseTest.jl

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
module ApproxFunBaseTest
22

3-
Base.Experimental.@optlevel 1
4-
53
using ApproxFunBase
64
using ApproxFunBase: plan_transform, plan_itransform, israggedbelow, RaggedMatrix, isbandedbelow, isbanded,
75
blockstart, blockstop, resizedata!
86
using BandedMatrices: BandedMatrices, rowstart, rowstop, colstart, colstop, BandedMatrix, bandwidth
9-
using BlockArrays
10-
using BlockArrays: blockrowstop, blockcolstop
11-
using BlockBandedMatrices
12-
using BlockBandedMatrices: isbandedblockbanded
7+
using BlockArrays: blockrowstop, blockcolstop, Block
8+
using BlockBandedMatrices: isbandedblockbanded, blockbandwidth, isblockbanded, subblockbandwidth
139
using DomainSets: dimension
1410
using InfiniteArrays
1511
using LinearAlgebra

0 commit comments

Comments
 (0)