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
the new @sklearn version has broken all of the montage code since now from skimage.util.montage import montage2d need to be replaced with from skimage.util import montage as montage2d
The text was updated successfully, but these errors were encountered:
the new @sklearn version has broken all of the montage code since now
from skimage.util.montage import montage2d
need to be replaced withfrom skimage.util import montage as montage2d
The text was updated successfully, but these errors were encountered: