MCPcopy Index your code
hub / github.com/pydata/xarray / test_facetgrid_polar

Method test_facetgrid_polar

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

Source from the content-addressed store, hash-verified

2495
2496 @pytest.mark.slow
2497 def test_facetgrid_polar(self) -> None:
2498 # test if polar projection in FacetGrid does not raise an exception
2499 self.darray.plot.pcolormesh(
2500 col="z", subplot_kws=dict(projection="polar"), sharex=False, sharey=False
2501 )
2502
2503 @pytest.mark.slow
2504 def test_units_appear_somewhere(self) -> None:

Callers

nothing calls this directly

Calls 1

pcolormeshMethod · 0.80

Tested by

no test coverage detected