You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider also checking docstrings. They appear to loosely conform to the numpy style. This can be checked (and the level of compliance configured) with a tool such as numpydoc. At a minimum checking for consistency between arguments in function definitions and in docstring is a good idea.
This issue is part of my PyOpenSci review. For review pass/fail purposes, resolving it is required.
Continuous integration should check that code conforms to a consistent style. Some suggestions:
This issue is part of my PyOpenSci review. For review pass/fail purposes, resolving it is required.