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

Correct debugging in parallel append #86

Open
eacabbi opened this issue Sep 2, 2020 · 2 comments
Open

Correct debugging in parallel append #86

eacabbi opened this issue Sep 2, 2020 · 2 comments

Comments

@eacabbi
Copy link

eacabbi commented Sep 2, 2020

I recently encountered an issue in parallel append.

While running a code that had to adapt to different years (I am analyzing an administrative dataset which changed the definitions and, most importantly, the formats of some variables across years) I got an error message "FILE_NAME_yyyy not found" for some of my years of analysis at the time in which, after that my code had correctly run, an append needed to be performed.

After some debugging I understood that the problem was not that the files did not actually exist (they did, and the codes within parallel had run correctly), but that the append command was failing because of the fact that some variables with same names across years had different formats (number vs string).

If possible, it'd be great to correct the error message in that case, as the issue is not that files are not found, but that the append fails because of formats issues (importantly, the issue is intuitive but never mentioned in the help, so it would also be great to mention it).

@gvegayon
Copy link
Owner

gvegayon commented Sep 2, 2020

Thanks for the report. We will add this as a suggestion for the next version.

@eacabbi
Copy link
Author

eacabbi commented Sep 9, 2020

thanks to you guys!

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

No branches or pull requests

2 participants