Skip to content

Commit b9704c9

Browse files
committed
Correct testing
1 parent b0e36b5 commit b9704c9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/runtests.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using SafeTestsets, Test, SparseArrays
1+
using SafeTestsets, Test
22

33
@testset "FastAlmostBandedMatrices" begin
44
@safetestset "Constructors" begin
@@ -99,6 +99,8 @@ using SafeTestsets, Test, SparseArrays
9999

100100
# https://github.com/SciML/FastAlmostBandedMatrices.jl/issues/19
101101
@safetestset "fill! on sparse array with BigFloat" begin
102+
using FastAlmostBandedMatrices, SparseArrays
103+
102104
A = sparse([1, 2], [1, 5], big.([1.0, 1.0]))
103105
A1 = AlmostBandedMatrix(brand(BigFloat, 5, 5, 1, 1), A)
104106
fill!(A1, BigFloat(0.0))

0 commit comments

Comments
 (0)