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
{{ message }}
This repository was archived by the owner on Dec 21, 2023. It is now read-only.
The parameter section of the stylize docstring says the image parameter should be an SFrame or an image. However the Returns section of the docstring seems to say it could also be an SArray, but it's really not clear. Looking at the code it does seem like an SArray should be an accepted type for image.
The
parametersection of thestylizedocstring says theimageparameter should be anSFrameor animage. However theReturnssection of the docstring seems to say it could also be anSArray, but it's really not clear. Looking at the code it does seem like an SArray should be an accepted type forimage.