Fix ambiguous unicode character

This commit is contained in:
Andreas Tsouchlos 2025-02-26 00:36:14 +01:00
parent 64d59376ca
commit 9046ae41ec

View File

@ -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. 119307, 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,