Skip to content

Commit 916e71e

Browse files
committed
[docs] fix tutorial documentation
1 parent db71491 commit 916e71e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/tutorial.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,10 @@ def process(datastore) -> Datastore:
5252
_g = datastore.get("g1")
5353

5454
g2 = CustomGroup(t=Dataset(data=_g.t.data), x=Dataset(data=_g.x.data + 1j))
55+
g2.attrs["_gen_by_pipe"] = "process"
5556

5657
datastore.add(g2=g2)
5758

58-
return datastore
59-
6059

6160
datastore.pipe(process)
6261
```

0 commit comments

Comments
 (0)