-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
use liboffsets to_offset function #21693
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
Codecov Report
@@ Coverage Diff @@
## master #21693 +/- ##
=======================================
Coverage 91.9% 91.9%
=======================================
Files 154 154
Lines 49657 49657
=======================================
Hits 45638 45638
Misses 4019 4019
Continue to review full report at Codecov.
|
thanks! |
While investigating general
My suspicion is the moving of |
Thanks for tracking this down. A couple questions: is there anything weird about your Windows environment, e.g. running on top of cygwin or something? Or more generally since I don't use Windows, any other reason why your system might be special? Long-shot since you're already doing a lot here: can you reproduce these results on non-Windows? If you re-run the same asv a few times, are the results pretty consistent? Often asv results can have a lot of noise. |
And yes, sadly consistent. |
@@ -538,7 +538,8 @@ def pxd(name): | |||
'_libs/tslibs/ccalendar', | |||
'_libs/tslibs/timedeltas', | |||
'_libs/tslibs/timezones', | |||
'_libs/tslibs/nattype'], | |||
'_libs/tslibs/nattype', | |||
'_libs/tslibs/offsets'], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jreback I thought we had made the "pxdfiles" obsolete when moving to cythonize
. Am I remembering wrong?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Never mind, thought I was commenting on an open PR, not an old one.
No description provided.