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

Added interface for iterative decoder #16

Merged
merged 1 commit into from
Apr 8, 2024
Merged

Conversation

krishna-praneet
Copy link
Contributor

  • Added interface for bit flip decoder in iterative_bitflip.jl
  • Exported BitFlipDecoder, decode! and batchdecode!
  • Added test_bf_decoder

- Added interface for bit flip decoder in iterative_bitflip.jl
- Exported BitFlipDecoder, decode! and batchdecode!
- Added test_bf_decoder
Copy link

codecov bot commented Apr 5, 2024

Codecov Report

Attention: Patch coverage is 96.42857% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 51.52%. Comparing base (6c6cb2d) to head (3ec0191).

Files Patch % Lines
src/decoders/iterative_bitflip.jl 96.42% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #16      +/-   ##
==========================================
+ Coverage   42.30%   51.52%   +9.21%     
==========================================
  Files          13       14       +1     
  Lines         468      524      +56     
==========================================
+ Hits          198      270      +72     
+ Misses        270      254      -16     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Krastanov
Copy link
Member

This is great! Thank you!

@Krastanov Krastanov merged commit 2054b77 into main Apr 8, 2024
10 of 14 checks passed
@Krastanov Krastanov deleted the iterative-interface branch April 8, 2024 21:24
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.

2 participants