zachgk commented on a change in pull request #13619: [MXNET-1231] Allow not
using Some in the Scala operators
URL: https://github.com/apache/incubator-mxnet/pull/13619#discussion_r240843382
##########
File path:
scala-package/core/src/test/scala/org/apache/mxnet/NDArraySuite.scala
##########
@@ -576,4 +576,12 @@ class NDArraySuite extends FunSuite with
BeforeAndAfterAll with Matchers {
assert(arr.internal.toDoubleArray === Array(2d, 2d))
assert(arr.internal.toByteArray === Array(2.toByte, 2.toByte))
}
+
+ test("Generated api") {
Review comment:
We should test both with SomeConversion and without
----------------------------------------------------------------
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