Skip to content

Commit

Permalink
refactor: minor adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
doctrino committed Aug 18, 2024
1 parent d7ad838 commit 8c47a72
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
9 changes: 8 additions & 1 deletion tests/modules/models/data_models/omni_multi.datamodel.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
- space: {{ pygen_models_space }}
externalId: OmniMultiA
name: OmniMultiA
description: This is a small model with one view, which has been designed to test the generation of one SDK
for multiple models.
version: "1"
views:
- space: {{ pygen_models_space }}
Expand All @@ -16,6 +19,9 @@
type: view
- space: {{ pygen_models_space }}
externalId: OmniMultiB
name: OmniMultiB
description: This is a small model with one view, which has been designed to test the generation of one SDK
for multiple models.
version: "1"
views:
- space: {{ pygen_models_space }}
Expand All @@ -34,7 +40,8 @@
- space: {{ pygen_models_space }}
externalId: OmniMultiC
name: OmniMultiC
description: ''
description: This is a small model with one view, which has been designed to test the generation of one SDK
for multiple models.
version: '1'
views:
- space: {{ pygen_other_models_space }}
Expand Down
4 changes: 4 additions & 0 deletions tests/modules/models/data_models/windturbine.datamodel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ space: {{ pygen_power }}
externalId: WindTurbine
version: "1"
views:
- space: {{ pygen_power }}
externalId: Blade
version: 1
type: view
- space: {{ pygen_power }}
externalId: Gearbox
version: 1
Expand Down

0 comments on commit 8c47a72

Please sign in to comment.