Skip to content

Commit

Permalink
Update docs/user_guide/advanced_composition/nested_parallelization.md
Browse files Browse the repository at this point in the history
Co-authored-by: Nikki Everett <[email protected]>
Signed-off-by: pryce-turner <[email protected]>
  • Loading branch information
pryce-turner and neverett authored Apr 11, 2024
1 parent edaeb20 commit 2f942b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def multi_wf(l: typing.List[int], chunk: int) -> typing.List[int]:
return level1(l=l, chunk=chunk)
```

Overrides let you add additional arguments to the launchplan you are looping over in the dynamic. Here we add caching:
Overrides let you add additional arguments to the launch plan you are looping over in the dynamic. Here we add caching:

```python
@workflow
Expand Down

0 comments on commit 2f942b6

Please sign in to comment.