487 Commits (c550f318e43e5bc08de7606098a9a3eaa3427298)
 

Author SHA1 Message Date
cinnaboot c550f318e4 add D_TOL tolerance; tighten physics tests to 1e-12 4 months ago
cinnaboot 8638343251 re-add ctag update to default Makefile target 4 months ago
cinnaboot 137e45121a refactor: use compare_vec3 for 3-component assertions 4 months ago
cinnaboot 2cbffa8eb4 add refactored physics utilities test file 4 months ago
cinnaboot 5a4c81a663 remove obsolete tests: RK4, matrix identity, mat3_multiply identity check 4 months ago
cinnaboot 93b7252494 remove rk4_step, evaluate_acceleration; move compare_vec3 to physics module 4 months ago
cinnaboot ed786b3217 docs: clarify SCENARIO grouping for shared setup/teardown in refactoring rules 4 months ago
cinnaboot 6b3bdb2631 Remove redundant calculate_true_anomaly() function 4 months ago
cinnaboot 2a81779b45 chore: remove deprecated moon orbit tests from old_tests/ 4 months ago
cinnaboot d892aa8c41 feat: rewrite moon orbit config as TOML 1.0 dotted keys and refactor tests 4 months ago
cinnaboot fe6f9dcd5e remove extra decorative comment blocks in python scripts 4 months ago
cinnaboot 01ce10044e docs: add Laplace plane data limitations and decision note 4 months ago
cinnaboot 048b22a6e4 Add planetary data with full orbital elements and reference frame notes 4 months ago
cinnaboot ea70f14a34 refactor: improve test_analytical_propagation.cpp — merge redundant SECTIONs, fix names, remove unused constant 4 months ago
cinnaboot f7c43594d5 docs: optimize continue.md — remove redundancies and fix ambiguities 4 months ago
cinnaboot 372ae31658 docs: resolve 5 contradictions in continue.md 4 months ago
cinnaboot 8df95cf55a cleanup: remove old analytical_propagation files, update continue.md status 4 months ago
cinnaboot 432f8db7bb refactor: consolidate test_analytical_propagation into single SCENARIO with precalculated values 4 months ago
cinnaboot 03081090ff add correction to testing doc, continue.md 4 months ago
cinnaboot 8621dd4cb7 update .gitignore 4 months ago
cinnaboot 4701f0f3a0 refactor: test_analytical_propagation into SCENARIOs with TOML config loading 4 months ago
cinnaboot 629ca7d03a standardize tolerance constants in test_utilities.h 4 months ago
cinnaboot e07d0245ce docs: mark test_extreme_timescales as completed 4 months ago
cinnaboot fc447db7f2 refactor: test_extreme_timescales into SCENARIO with 11 sections 4 months ago
cinnaboot 71c00a7c94 remove reference to removed clean-all make target 4 months ago
cinnaboot db9d6c87db docs: session summary for test_extreme_orientation_mixed refactor 4 months ago
cinnaboot f8f7037a50 docs: update continue.md with test_extreme_orientation_mixed completion 4 months ago
cinnaboot 2e6b3d495c cleanup: remove old test files superseded by tests/test_extreme_orientation_mixed 4 months ago
cinnaboot a7ecc46f15 refactor: test_extreme_orientation_mixed — single SCENARIO, precalculated values, named tolerances 4 months ago
cinnaboot c46211cee0 cleanup: remove old test files superseded by tests/test_extreme_eccentricity 4 months ago
cinnaboot a72a92bbc1 refactor: test_extreme_eccentricity — single SCENARIO, precalculated values, REL_TOL 4 months ago
cinnaboot 7ac997594a cleanup: remove old test files now superseded by tests/ 4 months ago
cinnaboot 164dc4758f docs: reorganize continue.md for better logical flow 4 months ago
cinnaboot 1e4ed912d2 refactor: test_parabolic_orbit with SI-unit precalc and tightened tolerances 4 months ago
cinnaboot db5c781392 refactor: remove old_cartesian_to_elements_basic from old_tests/ 4 months ago
cinnaboot 9fd1e29947 refactor: cartesian_to_elements_basic — SCENARIO pattern, named tolerances, TOML 1.0 4 months ago
cinnaboot fea6be0819 remove refactored tests 4 months ago
cinnaboot 24b6466532 refactor: test_cartesian_to_elements_advanced + restore compare_vec3 + document procedure 4 months ago
cinnaboot 1361002196 Add test refactoring status tracking and first refactored test 4 months ago
cinnaboot e6b5da8b86 update continue.md: add sim engine capability matrix and improved precalc guidance 4 months ago
cinnaboot 13982eb222 tighten test_maneuvers assertions with precalculated values 4 months ago
cinnaboot b333a1745f refactor test_maneuvers: add spacecraft struct to sim_engine, rewrite tests 4 months ago
cinnaboot a5417e2274 add mat3_transpose() and use it in orbit tracker 4 months ago
cinnaboot 9e0a51999b remove wrap_count from OrbitTracker 4 months ago
cinnaboot 8486d8f2f3 update manual todo 4 months ago
cinnaboot 7fb2e7e5fa add more instructions for test refactoring 4 months ago
cinnaboot 9b14d8471c fix orbit tracker code quality issues 4 months ago
cinnaboot 181dd61666 add inclined orbit tests and fix orbit tracker 4 months ago
cinnaboot 0fb92ec348 refactor: create test_energy.cpp, move direction test from orbital_period 4 months ago
cinnaboot 848cee8ad2 remove unused metrics.angular_position 4 months ago