From 5101725c8bcc611a4aa8e2d1ae3ea9414a33670a Mon Sep 17 00:00:00 2001
From: KeonHKim <alphaover2pi@korea.ac.kr>
Date: Thu, 16 May 2024 17:43:04 +0900
Subject: [PATCH] Updated footnotes

---
 mbtrack2/utilities/misc.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mbtrack2/utilities/misc.py b/mbtrack2/utilities/misc.py
index 6addd02..a5d4501 100644
--- a/mbtrack2/utilities/misc.py
+++ b/mbtrack2/utilities/misc.py
@@ -236,7 +236,7 @@ def yokoya_elliptic(x_radius, y_radius):
 
         # Beyond this threshold, they are not valid (they can even diverge),
         # but should converge to Yokoya form factors of parallel plates.
-        # Fortunately, beyond this threshold, they show asymptotic behavior,
+        # Fortunately, beyond this threshold, they should show asymptotic behavior,
         # so we perform linear interpolation.
         elif qr > qr_th:
             if y_radius < x_radius:
-- 
GitLab