Distributions documentation#433
Conversation
|
You made a branch in the nursery, that is an option too 😄. Do you want the rename of |
|
What do you think about error-handling — I've been wondering about making |
|
I put together some code showing how error-handling could work, but I'm not convinced it's a good idea — extra complexity for what seems little gain; plus I realise our |
|
Good job on the
Personally I would not really want to see error handling here, in my opinion it is a programming error if the lower bound is greater than the upper bound of the range. I did have a thought about where to put the asserts this morning. I was trying to implement the |
|
Moving the asserts there inherently makes more sense — except that sometimes But that's another issue. If you're happy with this PR then merge. |
|
Inlining might remove double asserts.
…On Tue, May 8, 2018, 18:39 Paul Dicker ***@***.***> wrote:
Merged #433 <#433>.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#433 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AACCtGKXtAu3jJzxbSrb5pPuTUVhw7p_ks5twcoygaJpZM4T2YyG>
.
|
Pulled commits relevant to the distributions module out of #423. @pitdicker you should be able to push directly to this branch if you wish.
I'll go over the
Uniformdoc myself...