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

128 numpyint deprecated other type aliases too #129

Merged
merged 4 commits into from
Feb 14, 2024

Conversation

MedericFourmy
Copy link
Collaborator

Replaces:

  • np.int -> int
  • np.float -> float
  • np.bool -> bool

@MedericFourmy MedericFourmy linked an issue Feb 14, 2024 that may be closed by this pull request
Copy link

codecov bot commented Feb 14, 2024

Codecov Report

Attention: 17 lines in your changes are missing coverage. Please review.

Comparison is base (f5f1faf) 21.15% compared to head (7dcf6d5) 21.15%.

Files Patch % Lines
...e_estimators/cosypose/cosypose/multiview/ransac.py 0.00% 3 Missing ⚠️
...ators/cosypose/cosypose/visualization/multiview.py 0.00% 3 Missing ⚠️
...osypose/cosypose/integrated/multiview_predictor.py 0.00% 2 Missing ⚠️
happypose/toolbox/visualization/meshcat_utils.py 0.00% 2 Missing ⚠️
...ose/cosypose/evaluation/meters/detection_meters.py 0.00% 1 Missing ⚠️
...cosypose/cosypose/evaluation/meters/pose_meters.py 0.00% 1 Missing ⚠️
...ators/cosypose/cosypose/evaluation/meters/utils.py 0.00% 1 Missing ⚠️
...se/evaluation/pred_runner/multiview_predictions.py 0.00% 1 Missing ⚠️
...mators/cosypose/cosypose/integrated/icp_refiner.py 0.00% 1 Missing ⚠️
...cosypose/cosypose/recording/bop_recording_scene.py 0.00% 1 Missing ⚠️
... and 1 more
Additional details and impacted files
@@           Coverage Diff           @@
##              dev     #129   +/-   ##
=======================================
  Coverage   21.15%   21.15%           
=======================================
  Files         216      216           
  Lines       18054    18054           
=======================================
  Hits         3819     3819           
  Misses      14235    14235           

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

@nim65s nim65s merged commit 6bbf7e2 into dev Feb 14, 2024
14 of 15 checks passed
@nim65s nim65s deleted the 128-numpyint-deprecated-other-type-aliases-too branch February 14, 2024 20:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

numpy.int deprecated, other type aliases too
2 participants