Skip to content

Commit

Permalink
Update ns_l1_master_create.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhsukeogawa authored Nov 20, 2024
1 parent c7682b7 commit 3d4ffac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ns_l1_master_create.py
Original file line number Diff line number Diff line change
Expand Up @@ -1049,6 +1049,8 @@ def __init__(self):
xy_ratio = 0.5 # add ver 2.3.1(a)

for i in range(1,num_slide + 1):
if len(numpy_line_array) == 0: ### add 2.3.2(b) for bug fix ns-009
break
tmp_numpy_shape_array = numpy_shape_array[numpy_shape_array[:, 7] == str(i)]
tmp_numpy_line_array = numpy_line_array[numpy_line_array[:, 4] == i]
for tmp_numpy_line in tmp_numpy_line_array:
Expand Down

0 comments on commit 3d4ffac

Please sign in to comment.