Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Fe-r-oz committed Nov 29, 2024
1 parent 1792ffe commit 6f6cf9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_ecc_golay.jl
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
0 1 1 0 1 1 1 0 0 0 1 1;
1 1 1 1 1 1 1 1 1 1 1 0]

H = parity_checks(Golay(24))
@test echelon_form(matrix(GF(2), A)) == echelon_form(matrix(GF(2), H[1:12, 1:12]))
# test self-duality for extended Golay code, G == H
@test echelon_form(matrix(GF(2), generator(Golay(24)))) == echelon_form(matrix(GF(2), parity_checks(Golay(24))))
Expand Down

0 comments on commit 6f6cf9a

Please sign in to comment.