Skip to content

Commit caf7c2c

Browse files
committed
cleanup: fix impls: nesting, sci-e, metadata
1 parent 57b4531 commit caf7c2c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

examples/impls/test/metadata.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ initialize:
55
models:
66
- name: cloud-instance-metadata
77
model: CloudInstanceMetadataModel
8-
path: if-models
8+
path: "@grnsft/if-models"
99
graph:
1010
children:
1111
child:

examples/impls/test/nesting.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ initialize:
88
models:
99
- name: teads-curve
1010
model: TeadsCurveModel
11-
path: if-community-models
11+
path: "@grnsft/if-unofficial-models"
1212
- name: sci-e
1313
model: SciEModel
14-
path: if-models
14+
path: "@grnsft/if-models"
1515
- name: sci-m
16-
path: if-models
16+
path: "@grnsft/if-models"
1717
model: SciMModel
1818
- name: sci-o
1919
model: SciOModel
20-
path: if-models
20+
path: "@grnsft/if-models"
2121
- name: sci
2222
model: SciModel
23-
path: if-models
23+
path: "@grnsft/if-models"
2424
graph:
2525
children:
2626
child: # an advanced grouping node

examples/impls/test/sci-e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ initialize:
77
kind: plugin
88
verbose: false
99
model: SciEModel
10-
path: if-models
10+
path: "@grnsft/if-models"
1111
graph:
1212
children:
1313
child:

0 commit comments

Comments
 (0)