hellonico commented on issue #13624: WIP: Nightly Tests For Clojure URL: https://github.com/apache/incubator-mxnet/pull/13624#issuecomment-455929280 Hmmm ... locally, I get ``` Ran 2 tests containing 11 assertions. 0 failures, 0 errors. ``` And CI shows: ``` lein test :only infer.objectdetector-example-test/test-batch-detection FAIL in (test-batch-detection) (objectdetector_example_test.clj:68) expected: (= #{"dog" "person" "bicycle" "car"} (set (mapv :class predictions))) actual: (not (= #{"dog" "person" "bicycle" "car"} #{"dog" "cow" "person" "horse"})) ``` Will do some digging later.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
