Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
antonydellavecchia committed Nov 4, 2024
1 parent d687d4e commit 2005a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experimental/AlgebraicShifting/src/PartialShiftGraph.jl
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ function partial_shift_graph(F::Field, complexes::Vector{T}, W::Union{WeylGroup,
@showprogress map_function(

Check warning on line 209 in experimental/AlgebraicShifting/src/PartialShiftGraph.jl

View check run for this annotation

Codecov / codecov/patch

experimental/AlgebraicShifting/src/PartialShiftGraph.jl#L209

Added line #L209 was not covered by tests
Ks -> multi_edges(F, phi.(W), Ks, complex_labels),
Iterators.partition(enumerate(complexes), task_size)))
elseif
else
edge_labels = reduce((d1, d2) -> mergewith!(vcat, d1, d2),
map_function(
Ks -> multi_edges(F, phi.(W), Ks, complex_labels),
Expand Down

0 comments on commit 2005a79

Please sign in to comment.