Skip to content

Commit c8ad519

Browse files
add the use case as tested
1 parent 5e4eb01 commit c8ad519

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/workflows/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@ o
3636
(o->o)
3737
```
3838

39-
# Not tested yet
40-
41-
- 1 `Workflow` with 2 dependent `Workflow`, where each of them is composed of 2 independent `CommandLineTools`
39+
- **gaussian-fit**: 1 `Workflow` with 2 dependent `Workflow`, where each of them is composed of 2 independent `CommandLineTools`
4240

4341
```
4442
(o o)
4543
|
4644
(o o)
4745
```
4846

47+
# Not tested yet
48+
4949
- 1 `Workflow` with 3 indepent `CommandLineTools` and 1 subsequent `CommandLineTools` that merges the result (tested in PR #10 even if in sligthly smaller shape (2 independent CLT and 1 subsequent CTL)
5050

5151
```

0 commit comments

Comments
 (0)