Skip to content

Commit

Permalink
Small refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
chuan-wang committed Apr 15, 2024
1 parent ef83881 commit 809e9b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/index_distance_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,10 @@ def verify_orientation(data):
)
flag_idx_search = True
break
elif flag_first_sample != flag_last_sample:
message.append(f"Inconsistent Index pattern detected for pool {p}")
flag_idx_search = True
break
if not flag_idx_search:
message.append(
f"Unable to find matched index set to check orientation for pool {p}"
Expand Down

0 comments on commit 809e9b8

Please sign in to comment.