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

fix type hints for python 3.8 compatibility #118

Merged
merged 4 commits into from
Jan 12, 2024

[pre-commit.ci] auto fixes from pre-commit.com hooks

dddd0a9
Select commit
Loading
Failed to load commit list.
Merged

fix type hints for python 3.8 compatibility #118

[pre-commit.ci] auto fixes from pre-commit.com hooks
dddd0a9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 12, 2024 in 0s

21.15% (+0.02%) compared to 5a07e70

View this Pull Request on Codecov

21.15% (+0.02%) compared to 5a07e70

Details

Codecov Report

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

Comparison is base (5a07e70) 21.13% compared to head (dddd0a9) 21.15%.

Files Patch % Lines
happypose/toolbox/datasets/web_scene_dataset.py 0.00% 5 Missing ⚠️
...ose_estimators/megapose/training/train_megapose.py 0.00% 4 Missing ⚠️
happypose/toolbox/datasets/datasets_cfg.py 0.00% 3 Missing ⚠️
happypose/toolbox/visualization/bokeh_plotter.py 0.00% 3 Missing ⚠️
...ose/cosypose/scripts/run_full_cosypose_eval_new.py 0.00% 2 Missing ⚠️
...imators/megapose/scripts/run_full_megapose_eval.py 0.00% 2 Missing ⚠️
...s/megapose/scripts/run_inference_on_datasettemp.py 0.00% 2 Missing ⚠️
...ators/megapose/scripts/run_inference_on_example.py 0.00% 2 Missing ⚠️
.../scripts/run_inference_on_example_newdetections.py 0.00% 2 Missing ⚠️
happypose/toolbox/datasets/gso_dataset.py 0.00% 2 Missing ⚠️
... and 13 more
Additional details and impacted files
@@            Coverage Diff             @@
##              dev     #118      +/-   ##
==========================================
+ Coverage   21.13%   21.15%   +0.02%     
==========================================
  Files         216      216              
  Lines       18045    18054       +9     
==========================================
+ Hits         3813     3819       +6     
- Misses      14232    14235       +3     

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