Skip to content
This repository was archived by the owner on Apr 14, 2025. It is now read-only.

Commit c88635b

Browse files
github-actions[bot]CompatHelper Juliamtfishman
authored
CompatHelper: bump compat for BlockSparseArrays to 0.3 for package test, (keep existing compat) (#23)
* CompatHelper: bump compat for BlockSparseArrays to 0.3 for package test, (keep existing compat) * Fix tests --------- Co-authored-by: CompatHelper Julia <[email protected]> Co-authored-by: mtfishman <[email protected]>
1 parent 03a45fe commit c88635b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1111
[compat]
1212
Aqua = "0.8.9"
1313
BlockArrays = "1.4.0"
14-
BlockSparseArrays = "0.2.28"
14+
BlockSparseArrays = "0.2.28, 0.3"
1515
GradedUnitRanges = "0.1.6"
1616
LabelledNumbers = "0.1.0"
1717
SafeTestsets = "0.1"

test/test_dual.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ end
310310
@testset "dag" begin
311311
elt = ComplexF64
312312
r = gradedrange([U1(0) => 2, U1(1) => 3])
313-
a = BlockSparseArray{elt}(r, dual(r))
313+
a = BlockSparseArray{elt}(undef, r, dual(r))
314314
a[Block(1, 1)] = randn(elt, 2, 2)
315315
a[Block(2, 2)] = randn(elt, 3, 3)
316316
@test isdual.(axes(a)) == (false, true)

0 commit comments

Comments
 (0)