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

Error when reading processed files #5

Open
svenvanderburg opened this issue Sep 21, 2021 · 1 comment
Open

Error when reading processed files #5

svenvanderburg opened this issue Sep 21, 2021 · 1 comment

Comments

@svenvanderburg
Copy link
Contributor

svenvanderburg commented Sep 21, 2021

In Deep learning EEG_DL dataset_reduction and Deep learning EEG_model testing_DL, the following code:

feature_file.replace("processed_raw_", "processed_metadata_")

does not work because the filenames do not start with processed_raw_, but instead with processed_raw (without _).
This results in:

No such file or directory: '/Users/svenvanderburg/projects/epodium/data//data_processed_DL/processed_raw003_23_jc_mmn36_wk_mmn25_wk.csv'

Also in

filename = os.path.join(self.BASE_PATH, 'processed_raw_' + metadata_file['cnt_file'] + '.zarr')

@svenvanderburg
Copy link
Contributor Author

There is a few more references to processed_raw that break the code further along in the notebook.

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