Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unresolved Indentation error wile loading the config file. #3

Open
Doli94 opened this issue Jan 18, 2023 · 0 comments
Open

unresolved Indentation error wile loading the config file. #3

Doli94 opened this issue Jan 18, 2023 · 0 comments

Comments

@Doli94
Copy link

Doli94 commented Jan 18, 2023

Which path location has to be given in the config file while running the task 1 dilation code?

I am giving the experiments folder location present in the task 1 folder but it is showing indentation error.

Get the path to the config gile

experiments_folder = os.path.dirname('C:/Users/User/auditoryEegChallengeCode/task1MatchMismatch/experiments')
task_folder = os.path.dirname(experiments_folder)
config_path = os.path.join(task_folder, 'util', 'config.json')

File "", line 2
experiments_folder = os.path.dirname('C:/Users/User/auditoryEegChallengeCode/task1MatchMismatch/experiments')
^
IndentationError: unexpected indent

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant