-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
Convert Sparse ASVs #26704
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
Convert Sparse ASVs #26704
Conversation
Codecov Report
@@ Coverage Diff @@
## master #26704 +/- ##
==========================================
- Coverage 91.88% 91.87% -0.01%
==========================================
Files 174 174
Lines 50701 50701
==========================================
- Hits 46588 46584 -4
- Misses 4113 4117 +4
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #26704 +/- ##
==========================================
+ Coverage 91.71% 91.72% +<.01%
==========================================
Files 178 178
Lines 50771 50779 +8
==========================================
+ Hits 46567 46575 +8
Misses 4204 4204
Continue to review full report at Codecov.
|
For my personal edification, why are we filtering these? |
Keeps them from polluting the output of ASV runs.
Alternatively, we just remove all the SparseDataFrame / SparseSeries asvs,
or convert them to using DataFrame[sparse] / Series[Sparse]?
…On Fri, Jun 7, 2019 at 1:11 PM gfyoung ***@***.***> wrote:
For my personal edification, why are we filtering these?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#26704?email_source=notifications&email_token=AAKAOIUNC3JSM2566JS5O73PZKQFHA5CNFSM4HVWCALKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXGSZRQ#issuecomment-499985606>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAKAOIT4R4CV454P5IQP74TPZKQFHANCNFSM4HVWCALA>
.
|
should do this, can open an issue? is this mergable (or failing for some other reason)? |
Updated to remove the filter and change the SparseSeries / SparseFrame tests to use regular dataframe / series. |
FYI, all green if anyone has a chance to take a quick look. |
+1 on this, though means we lose asv's on previous versions for sparse (which I think is ok). |
+1 for me. Logical step, now that sparse(DataFrame|Series) is deprecated. |
+1, if loss of old benchmark comparisons is a concern it would probably make sense to set up a regular backfill job on the speed site. |
thanks @TomAugspurger |
No description provided.