-
-
Notifications
You must be signed in to change notification settings - Fork 122
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
Transition to new import convention for sckit-image? #295
Comments
Thank you for taking time to keep the lesson up-to-date with the latest changes in scikit-image, @mkcor. I am concerned that this would introduce inconsistency in the way we are handling imports and might increase cognitive load. In most cases, we are importing some submodule of So the question perhaps becomes: do we want to switch over to importing all of |
Hi @tobyhodges,
For educational materials, I'm also in favour of importing specific submodules. So let's forget about Currently, file import skimage
import skimage.filters and from skimage.filters import gaussian elsewhere. I'm happy to update #294 with import fixes if we agree on a convention for importing submodules. Thanks! |
Thank you, @tobyhodges! Done f477193. |
How could the content be improved?
Hi all,
Since I just merged scikit-image/scikit-image#7024 by @lagru, I thought I should propagate here the recommendation that we use
import skimage as ski
throughout the lesson.See: https://github.com/scikit-image/scikit-image/blob/main/CONTRIBUTING.rst#stylistic-guidelines
The text was updated successfully, but these errors were encountered: