vibe coding an orbital mechanics simulation to try out claude code
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cinnaboot
fc447db7f2
refactor: test_extreme_timescales into SCENARIO with 11 sections
- Consolidate 9 TEST_CASEs into 1 SCENARIO with 11 SECTIONs
- Add helper lambdas: propagate_n_periods, compute_energy, compute_period
- Use named tolerance constants for all WithinAbs assertions
- Tighten tolerances based on observed errors (REL_TOL 1e-9→1e-14)
- Convert TOML to 1.0 inline table syntax
- Add precalc script for expected values
- Remove duplicate setup code across test cases
Old test: 348 lines, 9 TEST_CASEs
New test: 330 lines, 1 SCENARIO, 11 SECTIONs
Net: -18 lines, -8 test cases
|
2 months ago |
| .. |
|
compute_rendezvous_params.py
|
add python scripts to precompute values for tests
|
3 months ago |
|
generate_interface_summaries.sh
|
update TODO, move doc generation to ./tmp/
|
3 months ago |
|
precalc_cartesian_to_elements_basic.py
|
refactor: cartesian_to_elements_basic — SCENARIO pattern, named tolerances, TOML 1.0
|
2 months ago |
|
precalc_extreme_eccentricity.py
|
refactor: test_extreme_eccentricity — single SCENARIO, precalculated values, REL_TOL
|
2 months ago |
|
precalc_extreme_orientation_mixed.py
|
refactor: test_extreme_orientation_mixed — single SCENARIO, precalculated values, named tolerances
|
2 months ago |
|
precalc_extreme_timescales.py
|
refactor: test_extreme_timescales into SCENARIO with 11 sections
|
2 months ago |
|
precalc_inclined_orbits.py
|
add inclined orbit tests and fix orbit tracker
|
2 months ago |
|
precalc_maneuvers.py
|
tighten test_maneuvers assertions with precalculated values
|
2 months ago |
|
precalc_parabolic_orbit.py
|
refactor: test_parabolic_orbit with SI-unit precalc and tightened tolerances
|
2 months ago |
|
prompt.md
|
Move summaries to tmp/summaries with cache and combine support
|
3 months ago |
|
sim_engine.py
|
refactor: test_parabolic_orbit with SI-unit precalc and tightened tolerances
|
2 months ago |
|
simulate_rendezvous.py
|
add python scripts to precompute values for tests
|
3 months ago |
|
source_documentation_analysis.md
|
trying out a new method for generating llm context
|
3 months ago |
|
test_orbital_period.py
|
feat: add sim_engine.py and test_orbital_period.py for precalculation
|
2 months ago |