Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deeplabcut/refine_training_dataset/outlier_frames.py
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ def extract_outlier_frames(
if frames2use is not None:
try:
frames2use = np.array(frames2use).astype("int")
except ValueError():
except ValueError:
print(
"Could not cast frames2use into np array, "
"please check that frames2use is a simply a list of integers!"
Expand Down
Loading