From 0bdb5eeb46374b78e0e3f0f83353b6b1a81e86c2 Mon Sep 17 00:00:00 2001 From: Andreas Tsouchlos Date: Wed, 26 Feb 2025 00:37:00 +0100 Subject: [PATCH] Add TODO --- python/hccd/path_tracker.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/hccd/path_tracker.py b/python/hccd/path_tracker.py index 0af85b6..1013ad3 100644 --- a/python/hccd/path_tracker.py +++ b/python/hccd/path_tracker.py @@ -43,6 +43,7 @@ class PathTracker: raise RuntimeError("Newton corrector did not converge") + # TODO: Make sure the implementation with null_space instead of QR is correct def _perform_euler_predictor_step(self, y, step_size) -> typing.Tuple[np.ndarray, np.ndarray]: # Obtain y_prime