Update Master with Develop#1068
Conversation
* MNT: deduplicate function arithmetic logic. ENH: modularize function arithmetic and source dispatch. MNT: refactor function math modules. MNT: optimize function math speed. * MNT: enhance parachute trigger evaluation for speed. * MNT: improve typing stack on Function evaluation. * MNT: architecture corrections and optimizations. * TST: attempt at tests re-run. * MNT: minor fixes and docstring update.
* ENH: Interactive 3D Flight Trajectory and Attitude Animation. * TST: update actions workflow dependencies for headless run. * MNT: solve plot animation review comments on styling.
|
I noticed now that the auto changelog feature has been working, but unfortunately not that smartly, sometimes it repeats entry. |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #1068 +/- ##
==========================================
- Coverage 81.84% 80.85% -1.00%
==========================================
Files 115 122 +7
Lines 15145 16355 +1210
==========================================
+ Hits 12396 13224 +828
- Misses 2749 3131 +382 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
documentation not building, codecoverage not passing... Needss fix |
|
Docs are building on ReadTheDocs. The check is only failing because of this warning And the tests coverage are only failing because of the new animation methods on _FlightPlots: _add_animation_charts, _update_animation_chart_cursors, _ground_bounds_from_spec, _ground_bounds_from_spec, _update_animation_camera, _rocket_axial_display_coordinate, _animation_phase, _rotation_telemetry, _animation_background_palette, _style_animation_slider, _run_animation etc I am not sure these are easily testable though, some seem to depend on interactions on the simulation render @phmbressan could you can fix this? If these are not testable just flag them as not testable. |
No description provided.