Skip to content

Commit 76755a4

Browse files
committed
Add codespell ignore pragma for 000055
1 parent 0d9915b commit 76755a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

000055/BruntonLab/peterson21/plot_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ def identify_elecs(group_names):
193193
is_surf.append(True)
194194
elif label.lower() in ["mhd", "latd", "lmtd", "ltpd"]:
195195
is_surf.append(True) # special cases
196-
elif (label.lower() == "ahd") & ("PHD" not in group_names):
196+
elif (label.lower() == "ahd") & ("PHD" not in group_names): # codespell:ignore
197197
is_surf.append(True) # special case
198198
elif "d" in label.lower():
199199
is_surf.append(False)

0 commit comments

Comments
 (0)