Skip to content

[BUG] BlockSparseVector displays sparse zero as 0 instead of . #77

Closed
@ogauthe

Description

@ogauthe

As mentioned in #73 . Of course this is low priority but would be nice to fix.

bsa = BlockSparseArray{Float64}(undef,[2,2])
eachblockstoredindex(bsa)
display(eachblockstoredindex(bsa))
display(bsa)
0-element Dictionaries.Dictionary{CartesianIndex{1}, Block{1, Int64}}

2-blocked 4-element BlockSparseVector{Float64, Vector{Float64}, , }:
 0.0
 0.0
 ───
 0.0
 0.0

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions