Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix type-error in errpoly #16

Merged
merged 4 commits into from
Nov 18, 2022
Merged

fix type-error in errpoly #16

merged 4 commits into from
Nov 18, 2022

Conversation

RexWzh
Copy link
Member

@RexWzh RexWzh commented Nov 18, 2022

Fix type-error caused by erratalocator_polynomial(erasures::Vector).

Rewrite it by erratalocator_polynomial(::Type{T}, erasures::Vector) since erasures alone is not enough to tell the output type.

@codecov
Copy link

codecov bot commented Nov 18, 2022

Codecov Report

Base: 100.00% // Head: 100.00% // No change to project coverage 👍

Coverage data is based on head (df8eb0d) compared to base (049ab7a).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff            @@
##            master       #16   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines          389       390    +1     
=========================================
+ Hits           389       390    +1     
Impacted Files Coverage Δ
src/syndrome.jl 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@RexWzh RexWzh merged commit f3a9906 into JuliaImages:master Nov 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant