Skip to content

Commit

Permalink
Merge branch 'main' into fix_qml-benchmarks_examples
Browse files Browse the repository at this point in the history
  • Loading branch information
DSGuala authored Nov 26, 2024
2 parents 3d15625 + 0e194a4 commit e94decb
Show file tree
Hide file tree
Showing 4 changed files with 955 additions and 936 deletions.
1 change: 1 addition & 0 deletions lib/dsets/schemas/dataset_family.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ class DatasetFamilyMeta(Document, CamelCaseMixin):

abstract: Ref[str] | None = None
authors: list[Author]
based_on_papers: bool = False
citation: Ref[BibtexStr]
changelog: list[str] = []
description: str
Expand Down
1 change: 1 addition & 0 deletions lib/tests/support/datasets-build.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@
},
"meta": {
"abstract": "Data",
"basedOnPapers": false,
"description": "Description.",
"authors": [
{"name": "Author 1"},
Expand Down
Loading

0 comments on commit e94decb

Please sign in to comment.