From a1029c9a0ef17800477029299477cfe493ad6237 Mon Sep 17 00:00:00 2001 From: cforeman-cqc Date: Sun, 24 Dec 2023 10:12:59 +0000 Subject: [PATCH] fix tests --- test/test_circulant.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_circulant.py b/test/test_circulant.py index 488ed58..68508ca 100644 --- a/test/test_circulant.py +++ b/test/test_circulant.py @@ -16,10 +16,10 @@ ), ( 9, - 8, + 6, [0, 0, 1, 1, 0, 0, 0, 1], [1, 1, 1, 0, 1, 1, 1, 1, 0], - [0, 1, 1, 1, 1, 1, 0, 1], + [0, 1, 1, 1, 1, 1], ), ]