Skip to content

Fix some 3D coordinate type hints #865

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

greschd
Copy link
Member

@greschd greschd commented Jun 19, 2025

Use the more specific type hint tuple[float, float, float], instead of tuple[float, ...]
since the length is fixed.

@greschd greschd requested review from roosre and SRaimondi as code owners June 19, 2025 14:17
@greschd greschd enabled auto-merge (squash) June 19, 2025 14:17
Copy link

codecov bot commented Jun 19, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.88%. Comparing base (2c0a6a0) to head (e8f409d).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #865   +/-   ##
=======================================
  Coverage   94.88%   94.88%           
=======================================
  Files         110      110           
  Lines        5842     5842           
  Branches      339      339           
=======================================
  Hits         5543     5543           
  Misses        298      298           
  Partials        1        1           
Flag Coverage Δ
direct-launch 91.36% <ø> (ø)
minimum-deps 93.00% <ø> (ø)
python-3.10 94.07% <ø> (ø)
python-3.11 94.00% <ø> (ø)
python-3.12 94.00% <ø> (ø)
python-3.13 94.24% <ø> (ø)
server-2024R2 90.46% <ø> (ø)
server-2025R1 94.04% <ø> (ø)
server-2025R2 94.00% <ø> (ø)
server-2026R1 94.00% <ø> (ø)
server-latest 94.64% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

1 participant