Skip to content

Commit

Permalink
fix(manifests): fix instance name
Browse files Browse the repository at this point in the history
  • Loading branch information
manushak committed Sep 11, 2024
1 parent 89a9d69 commit 1395916
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/examples/builtins/sci-embodied/success.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ initialize:
query:
instance-class: cloud/instance-type
output: ["cpu-cores-utilized", "vcpus-allocated"]
"sci-embodied-new": # a model that calculates m from te, tir, el, rr and rtor
"sci-embodied": # a model that calculates m from te, tir, el, rr and rtor
method: SciEmbodied
path: "builtin"
tree:
Expand All @@ -21,7 +21,7 @@ tree:
pipeline:
compute:
- csv-lookup
- sci-embodied-new # duration & config -> embodied
- sci-embodied # duration & config -> embodied
defaults:
device/emissions-embodied: 1533.120 # gCO2eq
time-reserved: 3600 # 1hr in seconds
Expand Down

0 comments on commit 1395916

Please sign in to comment.