From 8486d8f2f3dbf742e4d4958b5ca29401661142c7 Mon Sep 17 00:00:00 2001 From: cinnaboot Date: Wed, 29 Apr 2026 12:48:15 -0400 Subject: [PATCH] update manual todo --- docs/TODO | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/TODO b/docs/TODO index e59f64c..7e84f08 100644 --- a/docs/TODO +++ b/docs/TODO @@ -2,6 +2,7 @@ DO NOT read, write, edit, restore, or commit this file under any circumstances. This is a manually maintained file - all changes must be made by humans only. If you see modifications to this file in git status, IGNORE them and do not commit. +**Do not revert unstaged changes to this file** ======================== @@ -11,6 +12,10 @@ If you see modifications to this file in git status, IGNORE them and do not comm - ensure we're using 'SECTION' macros for setup/teardown - we're working on a generic python simulator to precalculate, but we should also use some actual values from real-world missions or textbooks + - test_utilities:create_orbit_tracker functions could return copies instead of pointers + - functions using pointers could be pass by reference + - min_time should have a default value + - 3d should be always, and use existing OrbitalElements struct - remove RK4 integration implementation? - interplanetary transfers