Skip to content

Commit

Permalink
add in missed ellipsis in tutorial docs
Browse files Browse the repository at this point in the history
  • Loading branch information
geraintpalmer committed Apr 26, 2024
1 parent 828cf6f commit 9ecf2e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Tutorial/GettingStarted/part_4.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The list :code:`average_waits` will now contain ten numbers denoting the mean wa
Notice that we set a different seed every time, so each trial will yield different results::

>>> average_waits
[3.91950..., 4.34163..., 4.61779..., 5.33537..., 5.06224..., 2.90274..., 4.93209..., 17.95093128538666, 4.06136..., 3.14126...]
[3.91950..., 4.34163..., 4.61779..., 5.33537..., 5.06224..., 2.90274..., 4.93209..., 17.95093..., 4.06136..., 3.14126...]

We can see that the range of waits are quite high, between 1.6 and 7.5.
This shows that running a single trial wouldn't have given us a very confident answer.
Expand Down

0 comments on commit 9ecf2e0

Please sign in to comment.