mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-28 17:29:39 +00:00
optional space letters, default true since it seems to perform slightly better
This commit is contained in:
parent
d6bab78fa1
commit
75fba9d864
2 changed files with 12 additions and 4 deletions
|
|
@ -25,7 +25,8 @@ def test_static_figlet():
|
|||
"""Test basic properties and solution of generated items"""
|
||||
config = FigletFontConfig(
|
||||
static_word="TESTY",
|
||||
static_font="caligraphy"
|
||||
static_font="caligraphy",
|
||||
space_letters=False
|
||||
)
|
||||
dataset = FigletFontDataset(config)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue