From 9046ae41ecba183fa85322ab81ddb7488a7c4d89 Mon Sep 17 00:00:00 2001 From: Andreas Tsouchlos Date: Wed, 26 Feb 2025 00:36:14 +0100 Subject: [PATCH] Fix ambiguous unicode character --- python/hccd/path_tracker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/hccd/path_tracker.py b/python/hccd/path_tracker.py index 957e386..0af85b6 100644 --- a/python/hccd/path_tracker.py +++ b/python/hccd/path_tracker.py @@ -15,7 +15,7 @@ class PathTracker: References: [1] T. Chen and T.-Y. Li, “Homotopy continuation method for solving systems of nonlinear and polynomial equations,” Communications in - Information and Systems, vol. 15, no. 2, pp. 119–307, 2015 + Information and Systems, vol. 15, no. 2, pp. 119-307, 2015 """ def __init__(self, Homotopy, euler_step_size=0.05, euler_max_tries=10, newton_max_iter=5,