Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pydata/xarray
/ test3d
Method
test3d
xarray/tests/test_plot.py:519–520 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
517
assert cmap(np.inf) == cmap_expected(np.inf)
518
519
def
test3d(self) -> None:
520
self.darray.plot()
# type: ignore[call-arg]
521
522
def
test_can_pass_in_axis(self) -> None:
523
self.pass_in_axis(self.darray.plot)
Callers
nothing calls this directly
Calls
1
plot
Method · 0.80
Tested by
no test coverage detected