This commit is contained in:
Andreas Tsouchlos 2025-02-26 00:37:00 +01:00
parent 9046ae41ec
commit 0bdb5eeb46

View File

@ -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