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

Improve stability of zensus data in testmode #151

Closed
2 tasks done
ClaraBuettner opened this issue Mar 11, 2021 · 0 comments · Fixed by #153
Closed
2 tasks done

Improve stability of zensus data in testmode #151

ClaraBuettner opened this issue Mar 11, 2021 · 0 comments · Fixed by #153
Assignees
Labels
🐛 bug Something isn't working

Comments

@ClaraBuettner
Copy link
Contributor

ClaraBuettner commented Mar 11, 2021

When the zensus data is not cut correctly for the testmode (e.g. because the workflow was stopped by the user) it can happen that the created input files are created, but only have a header without any data.
This results in problems in every run because the files are only created once.
To avoid this, I will implement two things:

  • check the size of the reduced input file from zensus; re-create it if size <1MB
  • wrap a function around selects from database which throws a warning if no data was selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant