mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-24 17:05:03 +00:00
refactor: Move SpellBackwardDataset to separate file
This commit is contained in:
parent
4cd5dfb47d
commit
696d60dd2b
2 changed files with 2 additions and 47 deletions
|
|
@ -2,12 +2,8 @@
|
|||
|
||||
import pytest
|
||||
|
||||
from reasoning_gym.algorithmic.word_reversal import (
|
||||
WordReversalConfig,
|
||||
WordReversalDataset,
|
||||
SpellBackwardConfig,
|
||||
SpellBackwardDataset,
|
||||
)
|
||||
from reasoning_gym.algorithmic.spell_backward import SpellBackwardConfig, SpellBackwardDataset
|
||||
from reasoning_gym.algorithmic.word_reversal import WordReversalConfig, WordReversalDataset
|
||||
|
||||
|
||||
def test_word_reversal_config_validation():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue