From 1dad7c94c22251655238e3012f687d193a246a94 Mon Sep 17 00:00:00 2001 From: hishizuka <12926652+hishizuka@users.noreply.github.com> Date: Sat, 21 Oct 2023 08:16:24 +0900 Subject: [PATCH] simplify check --- modules/course.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/course.py b/modules/course.py index aa5b9248..97eb1b1b 100644 --- a/modules/course.py +++ b/modules/course.py @@ -704,7 +704,7 @@ def modify_course_points(self): min_dist_delta = 0 min_alt_delta = 0 - for j in list(*np.where(inner_p_check == True)): + for j in list(*np.where(inner_p_check)): h_lon = ( self.longitude[min_index + j] + (