-
Notifications
You must be signed in to change notification settings - Fork 71
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
Add missing quotes to big5 Jinja template #312
Conversation
Signed-off-by: Govind Kamat <[email protected]>
@@ -35,7 +35,7 @@ | |||
"compressed-bytes": 53220934846, | |||
"uncompressed-bytes": 943679382267 | |||
} | |||
{% elif corpus_size == 1000-full %} | |||
{% elif corpus_size == "1000-full" %} | |||
{ | |||
"source-file": "documents-1000-full.json.bz2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we also need to include this in files.txt?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left some comments
Signed-off-by: Govind Kamat <[email protected]> (cherry picked from commit 411e304) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: Govind Kamat <[email protected]> (cherry picked from commit 411e304) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: Govind Kamat <[email protected]> (cherry picked from commit 411e304) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: Govind Kamat <[email protected]> (cherry picked from commit 411e304) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
(cherry picked from commit 411e304) Signed-off-by: Govind Kamat <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
(cherry picked from commit 411e304) Signed-off-by: Govind Kamat <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
(cherry picked from commit 411e304) Signed-off-by: Govind Kamat <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
(cherry picked from commit 411e304) Signed-off-by: Govind Kamat <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: Govind Kamat <[email protected]>
Description
Minor fix to big5 workload; missing quotes were causing subsequent corpus sizes in
workload.json
to raise errors.Testing
Verified that all corpus sizes available are accepted and do not raise errors.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.