Skip to content

Commit dc5858c

Browse files
committed
Add codespell ignore pragma for 000055
1 parent cc812c2 commit dc5858c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

000055/BruntonLab/peterson21/plot_utils.py

Lines changed: 1 addition & 1 deletion
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)