-
Notifications
You must be signed in to change notification settings - Fork 19
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
LAMA to Dask: func
-> built-in conversion for non-trig. methods
#308
LAMA to Dask: func
-> built-in conversion for non-trig. methods
#308
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice job. A few minor suggestions, but all tests pass for me. After you've dealt with the comments (in whatever way you want), please go ahead and merge.
Co-authored-by: David Hassell <davidhassell@users.noreply.github.com>
Co-authored-by: David Hassell <davidhassell@users.noreply.github.com>
Quickly re-running he CI jobs to double check they are still passing, triggering via open-close... |
All checks passing, good to go... |
Partially address #302, to tick all sub-issue boxes except the topmost* and in doing so close #303, since
Data.log
is now fully migrated (and marked as such) because the/=
operator it uses with a non-e
/10
/2
based is applied in 'Dask space' rather thancf
space.Note
* the topmost item, 'the eight trigonometric and hyperbolic methods and their inverses which don't have restricted domains', will be tackled as a separate PR to make it easier for the reviewer to check that the correct eight methods have been converted and in a consistent way, with commenting to explain why the other four such methods have been left as
func
calls. And since the code changes required on all of the methods listed in #302 are largely the same, such that any review feedback can be done as one on them all, and it would be more time-consuming to make seven separate PRs for each, I thought it best to split into just two PRs to cover the Issue (second PR for the trig. methods to follow).