Skip to content

Commit

Permalink
Update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernique committed Sep 1, 2016
1 parent 0300151 commit c62801d
Show file tree
Hide file tree
Showing 3 changed files with 295 additions and 247 deletions.
18 changes: 9 additions & 9 deletions doc/examples/basic.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@
"name": "stdout",
"output_type": "stream",
"text": [
"CPU times: user 140 ms, sys: 24 ms, total: 164 ms\n",
"Wall time: 235 ms\n"
"CPU times: user 128 ms, sys: 16 ms, total: 144 ms\n",
"Wall time: 1.55 s\n"
]
}
],
Expand Down Expand Up @@ -187,8 +187,8 @@
"name": "stdout",
"output_type": "stream",
"text": [
"CPU times: user 52 ms, sys: 0 ns, total: 52 ms\n",
"Wall time: 50.1 ms\n"
"CPU times: user 48 ms, sys: 0 ns, total: 48 ms\n",
"Wall time: 46.5 ms\n"
]
}
],
Expand Down Expand Up @@ -216,7 +216,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"CPU times: user 32 ms, sys: 0 ns, total: 32 ms\n",
"CPU times: user 36 ms, sys: 0 ns, total: 36 ms\n",
"Wall time: 34.6 ms\n"
]
}
Expand Down Expand Up @@ -249,8 +249,8 @@
"name": "stdout",
"output_type": "stream",
"text": [
"CPU times: user 292 ms, sys: 348 ms, total: 640 ms\n",
"Wall time: 2.91 s\n"
"CPU times: user 304 ms, sys: 324 ms, total: 628 ms\n",
"Wall time: 2.92 s\n"
]
}
],
Expand Down Expand Up @@ -472,7 +472,7 @@
"$\\mathcal{B}\\left(1, 0.5\\right)$"
],
"text/plain": [
"<basic.__module.BinomialDistribution at 0x7f8defed7788>"
"<basic.__module.BinomialDistribution at 0x7fc5f03b3788>"
]
},
"execution_count": 9,
Expand Down Expand Up @@ -543,7 +543,7 @@
"$\\mathcal{B}\\left(0, 0.5\\right)$"
],
"text/plain": [
"<basic.__module.BinomialDistribution at 0x7f8defed7788>"
"<basic.__module.BinomialDistribution at 0x7fc5f03b3788>"
]
},
"execution_count": 12,
Expand Down
Loading

0 comments on commit c62801d

Please sign in to comment.