-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Fix num_days in PandasAutoDateLocator #14716
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Could you add a release note to |
is there an open issue for this? |
Current coverage is 85.21% (diff: 100%)@@ master #14716 diff @@
==========================================
Files 143 143
Lines 50796 50796
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
Hits 43284 43284
Misses 7512 7512
Partials 0 0
|
can you add a whatsnew note (0.20.0) and is there a test / example that shows the current behavior (is incorrect)? |
can you rebase |
See discussion in #15753. Merging this as it was obviously a typo in the code, but one that will not affect any behaviour. |
Prior to this commit, one year is worth 12 days, not 12 * 31 days.