mirror of
https://github.com/macaodha/batdetect2.git
synced 2026-01-09 16:59:33 +01:00
Ad FileNotFoundError to plotting
This commit is contained in:
parent
01e7a5df25
commit
ad5293e0d0
@ -136,7 +136,7 @@ def plot_class_examples(
|
||||
preprocessor=preprocessor,
|
||||
duration=duration,
|
||||
)
|
||||
except (ValueError, AssertionError, RuntimeError):
|
||||
except (ValueError, AssertionError, RuntimeError, FileNotFoundError):
|
||||
continue
|
||||
|
||||
return fig
|
||||
|
||||
Loading…
Reference in New Issue
Block a user