-
Notifications
You must be signed in to change notification settings - Fork 286
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 laziness status of all iris functions #3292
Comments
@ESadek-MO and I have agreed to submit as much documentation as can be written before We can keep this issue open if there are more modules still to cover. |
|
Is this now complete? |
Yep, now complete, although there might have to be minor changes in the future if and when issues arise. |
Make clear in all docstrings which functions are lazy and which are not.
Currently only some functions have this description (presumably those which have been updated to be lazy recently). It would be much more useful to the user if they could immediately see from every single docstring whether the function is lazy or not.
The text was updated successfully, but these errors were encountered: