MCPcopy
hub / github.com/pydata/xarray / test_map

Method test_map

xarray/tests/test_plot.py:2449–2453  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2447
2448 @pytest.mark.slow
2449 def test_map(self) -> None:
2450 assert self.g._finalized is False
2451 self.g.map(plt.contourf, "x", "y", ...)
2452 assert self.g._finalized is True
2453 self.g.map(lambda: None)
2454
2455 @pytest.mark.slow
2456 def test_map_dataset(self) -> None:

Callers

nothing calls this directly

Calls 1

mapMethod · 0.45

Tested by

no test coverage detected