Commit e0ff281
committed
TST: cover PyVista flight animation helpers and fix docstring
Fixes the two CI failures on the develop -> master sync (PR #1068):
- DOC/build-docs: the ``color_by`` parameter of ``animate_trajectory``
used the numpydoc ``{...}`` value-set syntax split across two lines,
which numpydoc rejects ("invalid value set (missing closing brace)").
Because the docs job builds with ``-W`` (warnings as errors) the build
failed. Rewrite the type as a single-line prose description.
- codecov/patch and codecov/project: the new PyVista animation subsystem
in ``_FlightPlots`` was only exercised by a single minimal off-screen
smoke test, leaving the scene builders and the pure geometry/telemetry
helpers uncovered. Add unit tests for the render-independent helpers
(quaternion rotation, polylines, camera paths, option validation, event
markers, telemetry panels, background palette, etc.) and extend the
off-screen integration tests to drive the full set of overlays (charts,
camera tracking, stability markers, playback controls) and the GIF
export path.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01VW2VidZmPd93dd8xW8BX2J1 parent ce3342f commit e0ff281
3 files changed
Lines changed: 467 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1265 | 1265 | | |
1266 | 1266 | | |
1267 | 1267 | | |
1268 | | - | |
1269 | | - | |
1270 | | - | |
| 1268 | + | |
| 1269 | + | |
| 1270 | + | |
| 1271 | + | |
1271 | 1272 | | |
1272 | 1273 | | |
1273 | 1274 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
36 | 94 | | |
37 | 95 | | |
38 | 96 | | |
| |||
0 commit comments