Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kaggle/docker-python
/ test_codecs
Method
test_codecs
tests/test_skimage.py:10–13 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
8
filters.sobel(image)
9
10
def
test_codecs(self):
11
img = io.MultiImage(
'/input/tests/data/test.tif'
)
12
13
self.assertEqual((10, 10, 4), img[0].shape)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected