Skip to content

Commit

Permalink
Fix typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
desilinguist committed Feb 15, 2019
1 parent e6a9348 commit e2993f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_input.py
Expand Up @@ -281,7 +281,7 @@ def test_config_parsing_bad_learner():
test_dir = join(_my_dir, 'test')
output_dir = join(_my_dir, 'output')

# make a simple config file that has bas learner specifications
# make a simple config file that has bad learner specifications
values_to_fill_dict = {'experiment_name': 'config_parsing',
'task': 'evaluate',
'train_directory': train_dir,
Expand Down Expand Up @@ -316,7 +316,7 @@ def test_config_parsing_bad_sampler():
test_dir = join(_my_dir, 'test')
output_dir = join(_my_dir, 'output')

# make a simple config file that has a bad sampling information
# make a simple config file that has bad sampling information
values_to_fill_dict = {'experiment_name': 'config_parsing',
'task': 'evaluate',
'train_directory': train_dir,
Expand Down Expand Up @@ -524,7 +524,7 @@ def test_config_parsing_bad_test():
test_dir = join(_my_dir, 'test')
output_dir = join(_my_dir, 'output')

# make a simple config file that has bad test paths
# make a simple config file that has bad test path
values_to_fill_dict = {'experiment_name': 'config_parsing',
'task': 'evaluate',
'train_directory': train_dir,
Expand Down

0 comments on commit e2993f3

Please sign in to comment.