From 434873c01253552046decf56e36ee7ca68d38418 Mon Sep 17 00:00:00 2001 From: J08nY Date: Wed, 26 Mar 2025 18:41:44 +0100 Subject: Fix tests. --- test/ec/test_configuration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/ec/test_configuration.py b/test/ec/test_configuration.py index c81162d..01722c4 100644 --- a/test/ec/test_configuration.py +++ b/test/ec/test_configuration.py @@ -33,7 +33,7 @@ def test_weierstrass_projective(base_independents): coords = model.coordinates["projective"] configs = list(all_configurations(model=model, coords=coords, **base_independents)) assert len(set(map(lambda cfg: cfg.scalarmult, configs))) == len(configs) - assert len(configs) == 20320 + assert len(configs) == 20960 def test_mult_class(base_independents): -- cgit v1.2.3-70-g09d2