Skip to content

Commit 6b7c2ce

Browse files
committed
cleanup: fix remaining impls
1 parent caf7c2c commit 6b7c2ce

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

examples/impls/test/sci-m.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ initialize:
66
- name: sci-m # a model that calculates m from te, tir, el, rr and rtor
77
model: SciMModel
88
verbose: false
9-
path: if-models
9+
path: "@grnsft/if-models"
1010
graph:
1111
children:
1212
child:

examples/impls/test/sci-o.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ initialize:
66
- name: sci-e
77
kind: plugin
88
model: SciEModel
9-
path: if-models
9+
path: "@grnsft/if-models"
1010
- name: sci-o
1111
verbose: false
1212
model: SciOModel
13-
path: if-models
13+
path: "@grnsft/if-models"
1414
graph:
1515
children:
1616
child:

examples/impls/test/shell.yml

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

examples/impls/test/tdp-finder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ initialize:
55
models:
66
- name: tdp-finder # a model that returns an embodied value given the sci embodied attribution equation.
77
model: TdpFinderModel
8-
path: if-models
8+
path: "@grnsft/if-models"
99
graph:
1010
children:
1111
child:

0 commit comments

Comments
 (0)