mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +00:00
fix unit tests, lower python dependency to 3.9
This commit is contained in:
parent
98e9c7e55f
commit
ecbb155184
11 changed files with 66 additions and 56 deletions
|
|
@ -15,7 +15,7 @@ from .number_sorting import NumberSortingConfig, NumberSortingDataset
|
|||
from .sentence_reordering import SentenceReorderingConfig, SentenceReorderingDataset
|
||||
from .spell_backward import SpellBackwardConfig, SpellBackwardDataset
|
||||
from .word_sequence_reversal import WordSequenceReversalConfig, WordSequenceReversalDataset
|
||||
from .word_sorting import WordSortingConfig, WordSortingDataset, TextTransformation
|
||||
from .word_sorting import TextTransformation, WordSortingConfig, WordSortingDataset
|
||||
|
||||
__all__ = [
|
||||
"SpellBackwardConfig",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue