Skip to content

Commit

Permalink
Add missing dataset names/descriptions (#191)
Browse files Browse the repository at this point in the history
* Bump ord-schema

* Add name and description to ord_dataset-0c75d67751634f0594b24b9f498b77c2

* update name

* Update description for ord_dataset-6a0bfcdf53a64c07987822162ae591e2

* Update description for ord_dataset-bc349c19b4384756a2aee8aa525b6c2a

* Update description for ord_dataset-2038a3c967db4a32a8fbce288437e929

* More updates

* bump ord-schema
  • Loading branch information
skearnes authored Jul 16, 2024
1 parent 97670fb commit ab87ba0
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: Submission
on: [pull_request, push]

env:
ORD_SCHEMA_TAG: v0.3.81
ORD_SCHEMA_TAG: v0.3.87

jobs:
count_reactions:
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- '.github/workflows/validation.yml'

env:
ORD_SCHEMA_TAG: v0.3.81
ORD_SCHEMA_TAG: v0.3.87

jobs:
validate_database:
Expand Down Expand Up @@ -55,4 +55,7 @@ jobs:
FILTER: ${{ matrix.filter }}
run: |
cd "${GITHUB_WORKSPACE}"
python ./ord-schema/ord_schema/scripts/validate_dataset.py --input="data/*/*.pb*" --filter="${FILTER}"
python ./ord-schema/ord_schema/scripts/validate_dataset.py \
--input="data/*/*.pb*" \
--filter="${FILTER}" \
--n_jobs=4
4 changes: 2 additions & 2 deletions data/0c/ord_dataset-0c75d67751634f0594b24b9f498b77c2.pb.gz
Git LFS file not shown
4 changes: 2 additions & 2 deletions data/20/ord_dataset-2038a3c967db4a32a8fbce288437e929.pb.gz
Git LFS file not shown
4 changes: 2 additions & 2 deletions data/2b/ord_dataset-2be30f5d8dcd471aa6ad410bdee05902.pb.gz
Git LFS file not shown
4 changes: 2 additions & 2 deletions data/31/ord_dataset-31989f1b2b9d4885b1dd2d9982da4517.pb.gz
Git LFS file not shown
4 changes: 2 additions & 2 deletions data/4d/ord_dataset-4d431564f3ef4e9c91d8da5836f4eae6.pb.gz
Git LFS file not shown
4 changes: 2 additions & 2 deletions data/6a/ord_dataset-6a0bfcdf53a64c07987822162ae591e2.pb.gz
Git LFS file not shown
4 changes: 2 additions & 2 deletions data/bc/ord_dataset-bc349c19b4384756a2aee8aa525b6c2a.pb.gz
Git LFS file not shown
4 changes: 2 additions & 2 deletions data/d2/ord_dataset-d26118acda314269becc35db5c22dc59.pb.gz
Git LFS file not shown

0 comments on commit ab87ba0

Please sign in to comment.