Skip to content

Commit

Permalink
Nightly Tests For Clojure apache#13624 : update batch image classifie…
Browse files Browse the repository at this point in the history
…r test
  • 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.