Skip to content

Commit 43496d9

Browse files
committed
More cleanups to single-stream case and tests.
1 parent 77ef9f4 commit 43496d9

File tree

3 files changed

+220
-91
lines changed

3 files changed

+220
-91
lines changed

docs/docs/cookbook.ipynb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"name": "stdout",
7878
"output_type": "stream",
7979
"text": [
80-
"Elapsed = 1.18 seconds\n"
80+
"Elapsed = 1.28 seconds\n"
8181
]
8282
}
8383
],
@@ -101,7 +101,7 @@
101101
"name": "stdout",
102102
"output_type": "stream",
103103
"text": [
104-
"Elapsed = 2.64 seconds\n"
104+
"Elapsed = 2.83 seconds\n"
105105
]
106106
}
107107
],
@@ -125,7 +125,7 @@
125125
"name": "stdout",
126126
"output_type": "stream",
127127
"text": [
128-
"Elapsed = 0.445 seconds\n"
128+
"Elapsed = 0.458 seconds\n"
129129
]
130130
}
131131
],
@@ -149,7 +149,7 @@
149149
"name": "stdout",
150150
"output_type": "stream",
151151
"text": [
152-
"Elapsed = 0.444 seconds\n"
152+
"Elapsed = 0.45 seconds\n"
153153
]
154154
}
155155
],
@@ -184,7 +184,7 @@
184184
"name": "stdout",
185185
"output_type": "stream",
186186
"text": [
187-
"Elapsed = 0.443 seconds\n"
187+
"Elapsed = 0.467 seconds\n"
188188
]
189189
}
190190
],
@@ -218,9 +218,9 @@
218218
"name": "stdout",
219219
"output_type": "stream",
220220
"text": [
221-
"Elapsed = 0.00192 seconds\n",
222-
"[ 1.3499216 1.1607051 -1.0080613 ... 0.2447555 1.0821551\n",
223-
" 0.03497726]\n"
221+
"Elapsed = 0.00268 seconds\n",
222+
"[[ 1.3499216 1.1607051 -1.0080613 ... 0.2447555 1.0821551\n",
223+
" 0.03497726]]\n"
224224
]
225225
}
226226
],

0 commit comments

Comments
 (0)