Skip to content

Commit

Permalink
Revert change to path for WIndows.
Browse files Browse the repository at this point in the history
  • Loading branch information
desilinguist committed May 8, 2020
1 parent ac096cb commit 4b15297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_configuration_parser.py
Expand Up @@ -754,7 +754,7 @@ def test_str_correct(self):
eq_(config['flag_column'], '[advisories]')

def test_get_configdir(self):
configdir = 'path/to/dir/'
configdir = '/path/to/dir/'
config = Configuration({"experiment_id": '001',
"train_file": "/foo/train.csv",
"test_file": "/foo/test.csv",
Expand Down

0 comments on commit 4b15297

Please sign in to comment.