Skip to content

Commit

Permalink
remove whitespace in blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
signupatgmx committed Apr 20, 2023
1 parent dc0eb26 commit 170109a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alibi_detect/utils/visualize.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def plot_feature_outlier_image(od_preds: Dict,
instance_ids = list(range(len(od_preds['data']['is_outlier'])))
n_instances = min(max_instances, len(instance_ids))
instance_ids = instance_ids[:n_instances]

if outliers_only and n_instances == 0:
return

Expand Down

0 comments on commit 170109a

Please sign in to comment.