-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
CLN: ASV string #19069
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
CLN: ASV string #19069
Conversation
Hello @mroeschke! Thanks for updating the PR.
Comment last updated on January 06, 2018 at 05:42 Hours UTC |
1462adc
to
897f60b
Compare
Codecov Report
@@ Coverage Diff @@
## master #19069 +/- ##
==========================================
+ Coverage 91.51% 91.53% +0.01%
==========================================
Files 148 148
Lines 48680 48688 +8
==========================================
+ Hits 44550 44566 +16
+ Misses 4130 4122 -8
Continue to review full report at Codecov.
|
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.
is there an issue about linting the asvs?
from pandas import WidePanel as Panel # noqa | ||
|
||
# Compatibility import for lib | ||
for imp in ['pandas._libs.lib', 'pandas.lib', 'pandas_tseries']: |
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.
this last is wrong pandas_tseries
, where did this come from?
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.
Not sure; pandas_tseries
was present here when I started the clean-up. I can remove this
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.
ok let's do, otherwise lgtm.
There is no open issue about linting the asv (#18545 is a closed issue about linting them). |
Removed |
thanks @mroeschke nice work! can you give a run to all benchmarks to make sure that they run and nothing is too excessive for times. |
I still have 3 more timeseries benchmarks left to clean up, but it looks like there's some benchmarks in
|
Cleaned up the
strings.py
benchmarks,pandas_vb_common.py
of all the unnecessary imports, and linting all the.py
files inasv_bench
now.