-
-
Notifications
You must be signed in to change notification settings - Fork 463
Distributions documentation #433
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
Uniform
doc myself...