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,