From f3d8faecdcf0de97e8027ca9d80315b58fab700a Mon Sep 17 00:00:00 2001 From: jules on spawn Date: Tue, 10 Apr 2018 15:10:24 +0200 Subject: ignore results that are insufficiently trained --- latest.pl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/latest.pl b/latest.pl index 1e3a46e..f1d1aa9 100644 --- a/latest.pl +++ b/latest.pl @@ -29,6 +29,10 @@ sub process($){ if (! $epoch[0]) { return 0; } + $epoch[0] =~ /(\d+)/; + if ($1 < 4) { + return 0; + } if (-e "output/" . $name . ".mp3") { return 1; } -- cgit v1.2.3-70-g09d2