Show curricula (#295)

* feat: Add debug_curricula.py script to generate CURRICULA.md with dataset curriculum details
This commit is contained in:
Andreas Köpf 2025-03-08 14:21:50 +01:00 committed by GitHub
parent edab0389b6
commit 6615d8e662
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 257 additions and 5 deletions

View file

@ -125,8 +125,8 @@ class BaseConversionCurriculum(BaseCurriculum):
self._define_attributes(
RangeAttributeDefinition(
name="base",
levels=[9, 18, 27, 36],
default_level=0,
levels=[2, 9, 18, 27, 36],
default_level=1,
description="The base of the number system",
attr_type=AttributeType.APPEND,
min_value=2,