This commit is contained in:
joesharratt1229 2026-03-29 08:50:18 +02:00 committed by GitHub
commit 4de896375f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 1383 additions and 2 deletions

View file

@ -84,7 +84,7 @@ class CountPrimesCurriculum(BaseCurriculum):
self._define_attributes(
RangeAttributeDefinition(
name="n",
levels=[10, 1000, 10_000, 50_000, 100_000],
levels=[100, 500, 1000, 5000],
description="Up to which number to consider the primes",
lower_field_name="min_n",
upper_field_name="max_n",