From 030e12f8f2075ba77145463835945ec05247d2ef Mon Sep 17 00:00:00 2001 From: Jishnu Bhattacharya Date: Thu, 12 Oct 2023 11:57:58 +0530 Subject: [PATCH] Import fewer names in ApproxFunBaseTest (#610) --- ApproxFunBaseTest/src/ApproxFunBaseTest.jl | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/ApproxFunBaseTest/src/ApproxFunBaseTest.jl b/ApproxFunBaseTest/src/ApproxFunBaseTest.jl index f3786d63..f8d4049f 100644 --- a/ApproxFunBaseTest/src/ApproxFunBaseTest.jl +++ b/ApproxFunBaseTest/src/ApproxFunBaseTest.jl @@ -1,15 +1,11 @@ module ApproxFunBaseTest -Base.Experimental.@optlevel 1 - using ApproxFunBase using ApproxFunBase: plan_transform, plan_itransform, israggedbelow, RaggedMatrix, isbandedbelow, isbanded, blockstart, blockstop, resizedata! using BandedMatrices: BandedMatrices, rowstart, rowstop, colstart, colstop, BandedMatrix, bandwidth -using BlockArrays -using BlockArrays: blockrowstop, blockcolstop -using BlockBandedMatrices -using BlockBandedMatrices: isbandedblockbanded +using BlockArrays: blockrowstop, blockcolstop, Block +using BlockBandedMatrices: isbandedblockbanded, blockbandwidth, isblockbanded, subblockbandwidth using DomainSets: dimension using InfiniteArrays using LinearAlgebra