-
Notifications
You must be signed in to change notification settings - Fork 38
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
clarify @define_diffrule namespaces #17
Comments
Yup, good catch! The other rules should have this as well. |
Can you help me figure out why this wasn't caught by the unit tests? I think they should be updated first, so that we get an error, which is then fixed. |
I think it's because the tests do |
Indeed, A review would be appreciated, especially for the case I mention in the PR discussion. |
Fixes #17. Lines were broken because they became too long.
I think that eg
should be
since the RHS is not necessarily evaluated in the module of the LHS. Is this correct?
Just please clarify, I would be happy to make a PR.
(cf JuliaStats/StatsFuns.jl#49)
The text was updated successfully, but these errors were encountered: