Skip to content

Commit 65cb3dd

Browse files
committed
Minor update to ensure compatibility with the TensorFlow master branch.
1 parent 1a43d68 commit 65cb3dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jni/src/test/scala/org/platanios/tensorflow/jni/TensorFlowSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class TensorFlowSpec extends FlatSpec {
4141
assert(TensorFlow.dataTypeSize(11) === 1)
4242
assert(TensorFlow.dataTypeSize(12) === 1)
4343
assert(TensorFlow.dataTypeSize(13) === 4)
44-
assert(TensorFlow.dataTypeSize(14) === 0)
44+
assert(TensorFlow.dataTypeSize(14) === 2)
4545
assert(TensorFlow.dataTypeSize(15) === 2)
4646
assert(TensorFlow.dataTypeSize(16) === 2)
4747
assert(TensorFlow.dataTypeSize(17) === 2)

0 commit comments

Comments
 (0)