home / github / issues

Menu
  • GraphQL API
  • Search all tables

issues: 259606704

This data as json

id node_id number title user state locked assignee milestone comments created_at updated_at closed_at author_association active_lock_reason draft pull_request body reactions performed_via_github_app state_reason repo type
259606704 MDU6SXNzdWUyNTk2MDY3MDQ= 1584 Failing test, maybe it could be removed? 900941 closed 0     3 2017-09-21T19:31:31Z 2017-09-27T23:13:37Z 2017-09-27T23:13:37Z CONTRIBUTOR      

Hi:

The test below is failing on my machine, but I am not sure what is its purpose. In my opinion, it could be removed. But maybe I am missing something.

``` xarray/tests/test_plot.py F xarray/tests/test_plot.py:1027 (TestFacetGrid.test_no_args) self = <xarray.tests.test_plot.TestFacetGrid testMethod=test_no_args>

@pytest.mark.slow
def test_no_args(self):
    self.g.map_dataarray(xplt.contourf, 'x', 'y')

    # Don't want colorbar labeled with 'None'
    alltxt = text_in_fig()
    self.assertNotIn('None', alltxt)

    for ax in self.g.axes.flat:
        self.assertTrue(ax.has_data())

        # default font size should be small
        fontsize = ax.title.get_size()
      self.assertLessEqual(fontsize, 12)

E AssertionError: 16.0 not less than or equal to 12

xarray/tests/test_plot.py:1041: AssertionError

```

Cheers

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/1584/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  completed 13221727 issue

Links from other tables

  • 3 rows from issues_id in issues_labels
  • 3 rows from issue in issue_comments
Powered by Datasette · Queries took 0.751ms · About: xarray-datasette