Skip to content

Commit

Permalink
more entries to fill
Browse files Browse the repository at this point in the history
  • Loading branch information
LovelyBuggies authored and henryiii committed Sep 24, 2021
1 parent 1c251ad commit 0d315dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/HistNumbaFill.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
"source": [
"@nb.njit\n",
"def nb_fill_hist(h):\n",
" h.fill(np.random.randn(1000))"
" h.fill(np.random.randn(10000))"
]
},
{
Expand Down

0 comments on commit 0d315dd

Please sign in to comment.