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
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of scanpy.
(optional) I have confirmed this bug exists on the main branch of scanpy.
What happened?
I was using scrublet without installing package scikit-image. After an hour long run it complains ModuleNotFound. So I have to start it all over again. The scrublet method implicitly requires installation of skimage long after PCA is performed, which is frustruating and time consuming.The check of module availability should be done as early in the procedure as possible.
Please make sure these conditions are met
What happened?
I was using scrublet without installing package scikit-image. After an hour long run it complains ModuleNotFound. So I have to start it all over again. The scrublet method implicitly requires installation of skimage long after PCA is performed, which is frustruating and time consuming.The check of module availability should be done as early in the procedure as possible.
Minimal code sample
Error output
Versions
The text was updated successfully, but these errors were encountered: