From 64d59376ca835004c82955f8c84006fb060fc38a Mon Sep 17 00:00:00 2001 From: Andreas Tsouchlos Date: Wed, 26 Feb 2025 00:33:46 +0100 Subject: [PATCH] Add TODO --- python/examples/repetition_code.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python/examples/repetition_code.py b/python/examples/repetition_code.py index 005e405..812aa87 100644 --- a/python/examples/repetition_code.py +++ b/python/examples/repetition_code.py @@ -70,6 +70,8 @@ from hccd import path_tracker, homotopy_generator def track_path(args): H = np.array([[1, 1, 1]]) + + # TODO: Make this work homotopy = homotopy_generator.HomotopyGenerator(H) tracker = path_tracker.PathTracker(homotopy, args.euler_step_size, args.euler_max_tries,