Skip to content

Commit

Permalink
simplify check
Browse files Browse the repository at this point in the history
  • Loading branch information
hishizuka committed Oct 20, 2023
1 parent 291a704 commit 1dad7c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/course.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]
+ (
Expand Down

0 comments on commit 1dad7c9

Please sign in to comment.