Skip to content

Commit

Permalink
minor fixes. still not working.
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian committed Jun 8, 2021
1 parent 1833a22 commit 8e8b239
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cf_xarray/tests/test_accessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,7 @@ def test_dataarray_plot():
plt.close()

rv = obj.cf.plot(x="X", y="Y", col="T")
rv.map_dataarray(xr.plot.contourf, x="X", y="Y", col="T")
plt.close()

rv = obj.cf.plot.contourf(x="X", y="Y", col="T")
Expand Down Expand Up @@ -486,6 +487,7 @@ def test_dataarray_plot():
obj = obj.copy(deep=True)
obj.time.attrs.clear()
rv = obj.cf.plot(x="X", y="Y", col="time")
plt.close()


@pytest.mark.parametrize("obj", datasets)
Expand Down

0 comments on commit 8e8b239

Please sign in to comment.