mirror of
https://github.com/azaion/gps-denied-onboard.git
synced 2026-04-23 02:16:36 +00:00
style(e2e): ruff auto-fix import sorting in coord + vpair + tests
Four I001 violations surfaced when running ruff over the full src/ tests/ tree (the CI command) rather than just the testing subpath: - src/gps_denied/testing/coord.py - src/gps_denied/testing/datasets/vpair.py - tests/e2e/test_coord.py - tests/e2e/test_vpair_adapter.py All auto-fixable; no behavioural change. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -16,7 +16,6 @@ from gps_denied.testing.datasets.base import (
|
||||
)
|
||||
from gps_denied.testing.datasets.vpair import VPAIRAdapter
|
||||
|
||||
|
||||
# ECEF for a point at roughly lat=50.737°, lon=7.095°, alt=350m (Bonn/Eifel region).
|
||||
# Chosen to hit the real VPAIR geographic area so the adapter's conversion
|
||||
# produces plausible numbers the tests can assert on.
|
||||
|
||||
Reference in New Issue
Block a user