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

sanity check for issue with empty pages #7

Open
mromanello opened this issue Sep 1, 2020 · 0 comments
Open

sanity check for issue with empty pages #7

mromanello opened this issue Sep 1, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@mromanello
Copy link
Member

Problem:

There may be cases where (mistakenly) an issue does not contain any pages (issue['i'] == []). This inconsistency is currently not spotted by schema validation or existing sanity checks.

Examples

Many examples in newspaper oecaen. Some issue IDs: oecaen-1918-01-04-a, oecaen-1918-07-11-a, oecaen-1918-10-28-a, oecaen-1918-12-30-a.

Behaviour:

Issue with no pages are currently skipped by the text rebuild script, but this issue usually indicates a bug in the data/code of the text importer, thus it's important to flag it.

@mromanello mromanello added the enhancement New feature or request label Sep 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant