Fix missing comma (#463)

Signed-off-by: Alex Black <blacka101@gmail.com>
master
Alex Black 2020-05-13 21:05:39 +10:00 committed by GitHub
parent 3714214b8c
commit 1ce65fced4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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