home / github / issues

Menu
  • Search all tables
  • GraphQL API

issues: 514539931

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
514539931 MDU6SXNzdWU1MTQ1Mzk5MzE= 3465 Error in xarray/doc/examples/monthly-means.rst line 86 ? 20254164 closed 0     0 2019-10-30T10:10:22Z 2019-10-30T14:51:54Z 2019-10-30T14:51:54Z CONTRIBUTOR      

I have made a pull request (Error in leap year? #3464) but I don't know how it works. I guess there is a mistake in xarray/doc/examples/monthly-means.rst line 86 :

I've tried this script; however, it adds +1 to all months of the leap years. It sounds like an error, or I am wrong? So I wrote the condition "and month == 2" line 86 so that only the month of February gets +1.

So I propose :

if leap_year(year, calendar=calendar) and month == 2:

Instead of:

if leap_year(year, calendar=calendar):

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/3465/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

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