Skip to content

Commit

Permalink
Merge pull request #68 from open-thought/revert-67-add-complex-number…
Browse files Browse the repository at this point in the history
…-arithmetic

Revert "feat: Add Complex Arithmetic Dataset and Tests"
  • Loading branch information
andreaskoepf authored Feb 6, 2025
2 parents 088e627 + 334f43d commit 34b13e4
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 217 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ See the [Dataset Gallery](GALLERY.md) for a complete list of available datasets
- `LegCountingDataset`: Generate animal leg counting word problems with various animals
- `PrimeFactorizationDataset`: Generate prime factorization tasks with configurable number ranges
- `TimeIntervalsDataset`: Generate time interval calculation tasks with various formats (time, date, datetime) and complexities
- `ComplexArithmeticDataset`: Generate complex arithmetic problems with configurable number of integers

### <small>Algorithmic Tasks</small>

Expand Down
3 changes: 0 additions & 3 deletions reasoning_gym/algebra/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from .complex_arithmetic import ComplexArithmeticConfig, ComplexArithmeticDataset
from .intermediate_integration import IntermediateIntegrationConfig, IntermediateIntegrationDataset
from .polynomial_equations import PolynomialEquationsConfig, PolynomialEquationsDataset
from .simple_equations import SimpleEquationsConfig, SimpleEquationsDataset
Expand All @@ -13,6 +12,4 @@
"SimpleEquationsConfig",
"SimpleIntegrationConfig",
"SimpleIntegrationDataset",
"ComplexArithmeticConfig",
"ComplexArithmeticDataset",
]
134 changes: 0 additions & 134 deletions reasoning_gym/algebra/complex_arithmetic.py

This file was deleted.

79 changes: 0 additions & 79 deletions tests/test_complex_arithmetic.py

This file was deleted.

0 comments on commit 34b13e4

Please sign in to comment.