Fix missing comma (#463)
Signed-off-by: Alex Black <blacka101@gmail.com>
This commit is contained in:
parent
3714214b8c
commit
1ce65fced4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user