Skip to content

Commit

Permalink
fix spell check error
Browse files Browse the repository at this point in the history
  • Loading branch information
Fe-r-oz committed Jan 17, 2025
1 parent c20380b commit c6c5bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_ecc_hamming.jl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
computed_rank = rank(mat)
@test computed_rank == n - k
end
# mininum distance test is expensive (NP-Hard) so we test for r = [3,4]
# minimum distance test is expensive (NP-hard) so we test for r = [3,4]
r_vals = [3,4]
for r in r_vals
H = parity_checks(Hamming(r))
Expand Down

0 comments on commit c6c5bde

Please sign in to comment.