Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nullplay committed Dec 18, 2023
1 parent 7d1cb26 commit a4bf228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_issues.jl
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ using CIndices

#https://github.com/willow-ahrens/Finch.jl/issues/339
let
Output = Fiber!(SparseList(Dense(Element(0))))
Output = Fiber(SparseList(Dense(Element(0),1),10))
Point = Fiber(SparseList(Element{0}([1]), 10, [1,2], [1]))
Kernel = Fiber(SparseList(Dense(Element{0}([1]),1), 10, [1,2], [2]))

Expand Down

0 comments on commit a4bf228

Please sign in to comment.