From f8219a7a6a35a77876baf7fdf171145de3fb5a65 Mon Sep 17 00:00:00 2001 From: "Andreas Koepf (aider)" Date: Thu, 23 Jan 2025 22:18:59 +0100 Subject: [PATCH] refactor: Remove centipede from ANIMALS due to variable leg count --- reasoning_gym/arithmetic/leg_counting.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/reasoning_gym/arithmetic/leg_counting.py b/reasoning_gym/arithmetic/leg_counting.py index 624a519e..09fdd904 100644 --- a/reasoning_gym/arithmetic/leg_counting.py +++ b/reasoning_gym/arithmetic/leg_counting.py @@ -49,8 +49,6 @@ ANIMALS = { "shrimp": 10, # Animals with 14 legs "woodlouse": 14, - # Animals with 100 legs - "centipede": 100, } @dataclass