Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Nightly Tests For Clojure #13624 : update batch image classifier test
Browse files Browse the repository at this point in the history
  • Loading branch information
hellonico committed Jan 21, 2019
1 parent e934050 commit 1f7c03c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@
image-file-batches (->> input-dir
io/file
file-seq
sort
reverse
(filter #(.isFile %))
(filter #(re-matches #".*\.jpg$" (.getPath %)))
(mapv #(.getPath %))
Expand Down

0 comments on commit 1f7c03c

Please sign in to comment.