aboutsummaryrefslogtreecommitdiff
path: root/test/ec/test_configuration.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/ec/test_configuration.py')
-rw-r--r--test/ec/test_configuration.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ec/test_configuration.py b/test/ec/test_configuration.py
index e184ca3..54e4827 100644
--- a/test/ec/test_configuration.py
+++ b/test/ec/test_configuration.py
@@ -29,7 +29,7 @@ class ConfigurationTests(TestCase):
model = ShortWeierstrassModel()
coords = model.coordinates["projective"]
configs = list(all_configurations(model=model, coords=coords, **self.base_independents()))
- self.assertEqual(len(configs), 1344)
+ self.assertEqual(len(configs), 1960)
def test_mult_class(self):
model = ShortWeierstrassModel()
@@ -37,7 +37,7 @@ class ConfigurationTests(TestCase):
scalarmult = LTRMultiplier
configs = list(all_configurations(model=model, coords=coords, scalarmult=scalarmult,
**self.base_independents()))
- self.assertEqual(len(configs), 384)
+ self.assertEqual(len(configs), 560)
def test_one(self):
model = ShortWeierstrassModel()