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

Function missing_Pids_outputDB does not catch all types of missing output #361

Open
dschlaep opened this issue Mar 11, 2019 · 0 comments
Open
Milestone

Comments

@dschlaep
Copy link
Member

Currently, function missing_Pids_outputDB checks an output table against the header view for missing entries.

There are cases where this is insufficient: the project didn't build the output database (at all; didn't build it correctly; or the user removed it) even though it is designed for (additional) runs; for instance, if the output database failed to setup correctly (as sometimes happens during code development), but the test project code continues to call check_outputDB_completeness, then check_outputDB_completeness reports (misleadingly) that all is complete.

  • function missing_Pids_outputDB should additionally check against dbWork if present and against SFSW2_prj_meta[["sim_size"]] if present
@dschlaep dschlaep added this to the ToDo milestone Mar 11, 2019
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

1 participant