Skip to content

Commit 67cb477

Browse files
committed
Again returning ax from test_plot_landmask
1 parent 3c9f682 commit 67cb477

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_plot_landmask.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def test_defaults(openoil, plot):
1010
if plot:
1111
plt.show()
1212

13-
#return ax.figure
13+
return ax.figure
1414

1515

1616
@pytest.mark.parametrize("land", ["auto", "c", "f", "mask"])
@@ -21,4 +21,4 @@ def test_land_specs(openoil, plot, land):
2121
if plot:
2222
plt.show()
2323

24-
#return ax.figure
24+
return ax.figure

0 commit comments

Comments
 (0)