From 1ce65fced416dd4e44e4cedaab90575068c55e51 Mon Sep 17 00:00:00 2001 From: Alex Black Date: Wed, 13 May 2020 21:05:39 +1000 Subject: [PATCH] Fix missing comma (#463) Signed-off-by: Alex Black --- .../java/org/nd4j/imports/TFGraphs/TFGraphTestAllSameDiff.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nd4j/nd4j-backends/nd4j-tests/src/test/java/org/nd4j/imports/TFGraphs/TFGraphTestAllSameDiff.java b/nd4j/nd4j-backends/nd4j-tests/src/test/java/org/nd4j/imports/TFGraphs/TFGraphTestAllSameDiff.java index a20e6ea35..72c705852 100644 --- a/nd4j/nd4j-backends/nd4j-tests/src/test/java/org/nd4j/imports/TFGraphs/TFGraphTestAllSameDiff.java +++ b/nd4j/nd4j-backends/nd4j-tests/src/test/java/org/nd4j/imports/TFGraphs/TFGraphTestAllSameDiff.java @@ -123,7 +123,7 @@ public class TFGraphTestAllSameDiff { //Note: Can't extend BaseNd4jTest here a //AB 2020/01/07 - Known issues "bitcast/from_float64_to_int64", "bitcast/from_rank2_float64_to_int64", - "bitcast/from_float64_to_uint64" + "bitcast/from_float64_to_uint64", //NEWLY ADDED TESTCASES from 27/04/2020