diff --git a/src/batdetect2/plotting/evaluation.py b/src/batdetect2/plotting/evaluation.py index 9ec9220..3e01b08 100644 --- a/src/batdetect2/plotting/evaluation.py +++ b/src/batdetect2/plotting/evaluation.py @@ -136,7 +136,7 @@ def plot_class_examples( preprocessor=preprocessor, duration=duration, ) - except (ValueError, AssertionError, RuntimeError): + except (ValueError, AssertionError, RuntimeError, FileNotFoundError): continue return fig