Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kaggle/docker-python
/ TestCartopy
Class
TestCartopy
tests/test_cartopy.py:5–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
import
cartopy.crs
as
ccrs
4
5
class
TestCartopy(unittest.TestCase):
6
def
test_projection(self):
7
ccrs.PlateCarree()
8
ccrs.Mollweide()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected