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

[Clojure] follow up pr 14531 to fix tests #14565

Merged
merged 1 commit into from
Mar 29, 2019

Conversation

gigasquid
Copy link
Member

Description

This is a follow up PR to #14531 which fixed some Clojure tests that were not testing what they thought they were.

This PR resolves the FIXME disabled tests in there

@gigasquid
Copy link
Member Author

@Chouffe would you mind taking a look and reviewing this when you get a chance?

@Chouffe
Copy link
Contributor

Chouffe commented Mar 29, 2019

@gigasquid I will take a look shortly when I get a chance. Thanks for finishing the fixes ^^

@@ -35,3 +35,4 @@
ndarray-or-double-or-float
#{"org.apache.mxnet.MX_PRIMITIVES$MX_PRIMITIVE_TYPE"
"org.apache.mxnet.NDArray"})))))

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#nitpick do we need this extra line?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's in the generator - not needed but we can tackle that in another PR touching that area.

Copy link
Contributor

@Chouffe Chouffe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

$ lein test
...
...
Ran 230 tests containing 805 assertions.
0 failures, 0 errors.

We should open an issue for silencing logs in tests. I will add an issue

(m/forward data-batch))
;; FIXME
#_(is (= [(first l-shape) num-class]
(m/forward data-batch-2))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

awesome catch!

@abhinavs95
Copy link
Contributor

@mxnet-label-bot add [Clojure, test]

@gigasquid
Copy link
Member Author

Thanks for reviewing @Chouffe !

@gigasquid gigasquid merged commit 5f19362 into apache:master Mar 29, 2019
@gigasquid gigasquid deleted the clojure-follow-up-pr-14531 branch March 29, 2019 17:26
vdantu pushed a commit to vdantu/incubator-mxnet that referenced this pull request Mar 31, 2019
ZhennanQin pushed a commit to ZhennanQin/incubator-mxnet that referenced this pull request Apr 3, 2019
nswamy pushed a commit that referenced this pull request Apr 5, 2019
haohuanw pushed a commit to haohuanw/incubator-mxnet that referenced this pull request Jun 23, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants