-
-
Notifications
You must be signed in to change notification settings - Fork 18.3k
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
REF/DEPR: Deprecate AbstractMethodError #54408
Conversation
ASV is failing on github - how do I know which part(s) significantly slowed down? There is no summary and there seems to be no keyword to grep for |
The CI just runs the ASVs to see that they have to work, you'll have to run You can search for |
Running ASV with |
I tried to locally run ASV and set the python environment up as documented. When running ASV I get errors that there is no module build: python3 -m venv ~/virtualenvs/pandas-dev
. ~/virtualenvs/pandas-dev/bin/activate
python -m pip install -r requirements-dev.txt
cd asv_bench
# change 3.10 to 3.11 in asv.conf.json
asv continuous -f 1.1 -E virtualenv upstream/main abstract2
|
I was able to pull this branch and run as-is. Maybe delete the ASV cache and see if that resolves it? Also - this is the actual removal, not the deprecation, yea? Is this just to see perf impact to decide whether we want to deprecate? |
Thank you, I will try that (but I think it looked more like an issue with the conda-less environment).
It is for deprecation but already removing the internal usage of |
Using mamba for the development environment seems to fix the ASV issues for me. I will run the complete ASV benchmark overnight. |
I ran
Those failures look unrelated to this PR:
Does ASV still highlight regressions when some tests fail, or do I have to wait until the benchmarks work again to test whether regressions exists? The log file I created just ends with
|
Benchmarks are run on every commit to main and it is currently green. I don't think these should be failing. I should have some time to try over the weekend. |
This pull request is stale because it has been open for thirty days with no activity. Please update and respond to this comment if you're still interested in working on this. |
Squashed+rebased version of #48913
closes #48909