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

Preprocessing Data Error #106

Open
kleingeo opened this issue Jun 23, 2020 · 0 comments
Open

Preprocessing Data Error #106

kleingeo opened this issue Jun 23, 2020 · 0 comments

Comments

@kleingeo
Copy link

kleingeo commented Jun 23, 2020

I was running the preprocessing script for the LIDC-IDRI data. It went smoothly, until the final call with which said 'cp' is not recognized as an internal or external command. What is the cp call? I didn't come across anything referring to it.

aggregate_meta_info(cf.pp_dir)
subprocess.call('cp {} {}'.format(os.path.join(cf.pp_dir, 'info_df.pickle'), os.path.join(cf.pp_dir, 'info_df_bk.pickle')), shell=True)

Edit: Is cp just the Unix copy command line call?

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