mirror of
https://github.com/macaodha/batdetect2.git
synced 2026-01-10 17:19:34 +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,
|
preprocessor=preprocessor,
|
||||||
duration=duration,
|
duration=duration,
|
||||||
)
|
)
|
||||||
except (ValueError, AssertionError, RuntimeError):
|
except (ValueError, AssertionError, RuntimeError, FileNotFoundError):
|
||||||
continue
|
continue
|
||||||
|
|
||||||
return fig
|
return fig
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user