-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into 978-init-env-from-globals
- Loading branch information
Showing
42 changed files
with
460 additions
and
836 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# An invalid version of datamodel Valid1.yaml | ||
uri: http://onto-ns.com/meta/0.1/InvalidYaml1 | ||
description: An datamodel for an item with float type and invalid shape name. | ||
dimensions: | ||
nf: Number of eigen-frequencies. | ||
properties: | ||
name: | ||
type: str | ||
description: Name of the item. | ||
f: | ||
type: float64 | ||
shape: [nf_MISPELLED] | ||
unit: Hz | ||
description: The magic eigen-frequencies of the item. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# An valid version of datamodel Invalid1.yaml | ||
uri: http://onto-ns.com/meta/0.1/ValidYaml1 | ||
description: An datamodel for an item with float type and invalid shape name. | ||
dimensions: | ||
nf: Number of eigen-frequencies. | ||
properties: | ||
name: | ||
type: str | ||
description: Name of the item. | ||
f: | ||
type: float64 | ||
shape: [nf] | ||
unit: Hz | ||
description: The magic eigen-frequencies of the item. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
http://onto-ns.com/meta/0.2/Middle: | ||
description: Middle-level nested data structure. | ||
dimensions: [] | ||
properties: | ||
- name: name | ||
type: string | ||
description: Value of this structure. | ||
- name: leaf | ||
type: ref | ||
$ref: http://onto-ns.com/meta/0.1/Leaf | ||
description: Reference to low-level structure. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.