We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30778d0 commit 02ce11bCopy full SHA for 02ce11b
docs/tutorial/spool.qmd
@@ -125,10 +125,10 @@ import numpy as np
125
126
spool = dc.get_example_spool()
127
128
-# Get an array of integers which indicate the new order or patches
+# Get an array of integers which indicate the index of included patches
129
bool_array = np.array([2, 0])
130
131
-# create a new spool with patch 2 and patch 0 in that order.
+# create a new spool with patch 2 and patch 0.
132
new = spool[bool_array]
133
```
134
0 commit comments