aboutsummaryrefslogtreecommitdiff
path: root/bible
diff options
context:
space:
mode:
authorPatrick Kingston <patrick@pkingston.xyz>2026-01-23 01:09:42 -0500
committerPatrick Kingston <patrick@pkingston.xyz>2026-01-23 01:09:42 -0500
commit162b35af9e54a573351bb19b239fb95fb4f57cc8 (patch)
tree8556fc9583e2822bd32188542216f991aa607820 /bible
parent0dd40156ddf58ad15ae1007106ad904719de116e (diff)
Make note for next time
Diffstat (limited to 'bible')
-rw-r--r--bible/encode.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/bible/encode.clj b/bible/encode.clj
index 903cb2b..8a2976b 100644
--- a/bible/encode.clj
+++ b/bible/encode.clj
@@ -147,4 +147,4 @@
(def canonical-encodings
(build-canonical-encodings sorted-huffman-tree-codewords))
-(map #(Long/toBinaryString (.code %1)) (take 100 canonical-encodings))
+(map #(Long/toBinaryString (.code %1)) (take 100 canonical-encodings)) ;; The results of this *seem* wrong.