Skip to content

Commit

Permalink
Import fewer names in ApproxFunBaseTest (#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
jishnub authored Oct 12, 2023
1 parent 4d8c6fc commit 030e12f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions ApproxFunBaseTest/src/ApproxFunBaseTest.jl
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 030e12f

Please sign in to comment.