Skip to content

Commit 24643ec

Browse files
guziyshoyer
authored andcommitted
remove the fontsize check in xarray.tests.test_plot.test_no_args, because it can be greater than 12 for high resolution screens (#1595)
1 parent 25d1855 commit 24643ec

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

xarray/tests/test_plot.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1036,10 +1036,6 @@ def test_no_args(self):
10361036
for ax in self.g.axes.flat:
10371037
self.assertTrue(ax.has_data())
10381038

1039-
# default font size should be small
1040-
fontsize = ax.title.get_size()
1041-
self.assertLessEqual(fontsize, 12)
1042-
10431039
@pytest.mark.slow
10441040
def test_names_appear_somewhere(self):
10451041
self.darray.name = 'testvar'

0 commit comments

Comments
 (0)