From ad5293e0d0b8f90026c7cf75bc6948592a5355cf Mon Sep 17 00:00:00 2001 From: mbsantiago Date: Sat, 13 Sep 2025 20:05:42 +0100 Subject: [PATCH] Ad FileNotFoundError to plotting --- src/batdetect2/plotting/evaluation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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