lanking520 commented on a change in pull request #12536: [MXNET-913][WIP] Java
API --- Scala NDArray Improvement
URL: https://github.com/apache/incubator-mxnet/pull/12536#discussion_r218218732
##########
File path:
scala-package/macros/src/test/scala/org/apache/mxnet/MacrosSuite.scala
##########
@@ -36,7 +36,7 @@ class MacrosSuite extends FunSuite with BeforeAndAfterAll {
)
val output = List(
("org.apache.mxnet.Symbol", true),
- ("Int", false),
Review comment:
This test is just for Macros generation. As long as integration test passed,
it didn't break the BC.
----------------------------------------------------------------
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