Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Krastanov committed Jun 19, 2024
1 parent db728f0 commit f143670
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 28 deletions.
1 change: 0 additions & 1 deletion src/LDPCDecoders.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export
BitFlipDecoder

include("generator.jl")
include("parity.jl")
include("bp_decoder.jl")
include("bp_simulator.jl")
include("it_decoder.jl")
Expand Down
26 changes: 0 additions & 26 deletions src/parity.jl

This file was deleted.

2 changes: 1 addition & 1 deletion test/test_jet.jl
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ end
)
@show rep
@test_broken length(JET.get_reports(rep)) == 0
@test length(JET.get_reports(rep)) <= 12
@test length(JET.get_reports(rep)) <= 2
end

0 comments on commit f143670

Please sign in to comment.