Skip to content

Commit

Permalink
examples: in impls and ompls update shell.yml files
Browse files Browse the repository at this point in the history
  • Loading branch information
manushak committed Jan 12, 2024
1 parent 165e03b commit 1e9cd47
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
8 changes: 3 additions & 5 deletions examples/impls/test/shell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ graph:
child:
pipeline:
- sampler
config:
sampler:
executable: python3 /usr/local/bin/sampler
inputs:
- timestamp: '2023-11-02T10:35:31.820Z'
duration: 3600
- timestamp: "2023-11-02T10:35:31.820Z"
duration: 3600
command: python3 /usr/local/bin/sampler
8 changes: 3 additions & 5 deletions examples/ompls/shell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,12 @@ graph:
child:
pipeline:
- sampler
config:
sampler:
executable: python3 /usr/local/bin/sampler
inputs:
- timestamp: '2023-11-02T10:35:31.820Z'
- timestamp: "2023-11-02T10:35:31.820Z"
duration: 3600
command: "2023-11-02T10:35:31.820Z"
outputs:
- duration: 3600
energy: 1
executable: python3 /usr/local/bin/sampler
timestamp: '2023-11-02T10:35:31.820Z'
command: "2023-11-02T10:35:31.820Z"

0 comments on commit 1e9cd47

Please sign in to comment.