Skip to content

Commit 15b576c

Browse files
committed
RTD update
1 parent ac4d67d commit 15b576c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

rtac/tests/args_read_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class TestArgsRead(unittest.TestCase):
99
default = {'verbosity': 0, 'wrapper': 'No wrapper chosen!',
1010
'wrapper_name': 'No wrapper class name.',
1111
'timeout': 300, 'contenders': 30, 'keeptop': 4, 'pws': False,
12-
'usedata': None, 'experimental': False, 'chance': 25,
12+
'experimental': False, 'chance': 25,
1313
'mutate': 10, 'kill': 5,
1414
'feature_gen': '', 'nc_pca_f': 3,
1515
'nc_pca_p': 5, 'jfm': 'polynomial', 'omega': 1.0, 'gamma': 1,
@@ -20,7 +20,7 @@ class TestArgsRead(unittest.TestCase):
2020

2121
scen_file = {'verbosity': 1, 'wrapper': 'wrapper.lacidac',
2222
'wrapper_name': 'Lacidac', 'timeout': 3, 'contenders': 50,
23-
'keeptop': 3, 'pws': True, 'usedata': 'y',
23+
'keeptop': 3, 'pws': True,
2424
'experimental': True, 'chance': 2, 'mutate': 100,
2525
'kill': 50.0,
2626
'feature_gen': 'feature_gen/lacidac_feats.py',

0 commit comments

Comments
 (0)