Skip to content

Commit

Permalink
Update ns_def.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhsukeogawa authored Aug 1, 2024
1 parent f626086 commit 1ee5457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ns_def.py
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ def return_shape_tuple(current_shape_array ,start_row):
# print(updated_vertical_key_array_2,len(updated_vertical_key_array_2))
updated_master_grid_array.append(updated_vertical_key_array_2)

print(updated_master_grid_array)
#print(updated_master_grid_array)

master_grid_array = copy.deepcopy(updated_master_grid_array)
print('--- master_grid_array ---')
Expand Down

0 comments on commit 1ee5457

Please sign in to comment.