Skip to content
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

Python >=3.10, Updated deps accordingly (numpy and pandas) #427

Merged
merged 14 commits into from
Jul 5, 2024

Conversation

filipecosta90
Copy link
Collaborator

Fixes #426

@filipecosta90 filipecosta90 added the bug Something isn't working label Jul 3, 2024
Copy link

codecov bot commented Jul 5, 2024

Codecov Report

Attention: Patch coverage is 42.18750% with 74 lines in your changes missing coverage. Please review.

Project coverage is 36.55%. Comparing base (8df9082) to head (1800e14).
Report is 6 commits behind head on master.

Files Patch % Lines
redisbench_admin/run_local/run_local.py 50.87% 28 Missing ⚠️
redisbench_admin/run/common.py 61.53% 10 Missing ⚠️
redisbench_admin/run/run.py 18.18% 9 Missing ⚠️
redisbench_admin/utils/remote.py 18.18% 9 Missing ⚠️
redisbench_admin/profilers/perf.py 0.00% 8 Missing ⚠️
redisbench_admin/run_remote/run_remote.py 0.00% 4 Missing ⚠️
redisbench_admin/run_async/async_terraform.py 0.00% 2 Missing ⚠️
redisbench_admin/deploy/deploy.py 0.00% 1 Missing ⚠️
redisbench_admin/export/export.py 0.00% 1 Missing ⚠️
redisbench_admin/run_async/render_files.py 0.00% 1 Missing ⚠️
... and 1 more
Additional details and impacted files
@@             Coverage Diff             @@
##           master     #427       +/-   ##
===========================================
- Coverage   55.74%   36.55%   -19.19%     
===========================================
  Files          60       77       +17     
  Lines        5462     6696     +1234     
===========================================
- Hits         3045     2448      -597     
- Misses       2417     4248     +1831     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@filipecosta90 filipecosta90 merged commit 9deebc9 into master Jul 5, 2024
3 of 5 checks passed
@filipecosta90 filipecosta90 deleted the setup.override branch July 5, 2024 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NumPy >2 on Python 3.10 causes binary compatibilty issues with numpy.dtype for pandas
1 participant