Skip to content
This repository was archived by the owner on Nov 16, 2019. It is now read-only.

Commit 9147590

Browse files
author
Mridul Jain
committed
All fixed with trimmed testcase
1 parent 7d907c0 commit 9147590

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

caffe-grid/src/test/scala/com/yahoo/ml/caffe/tools/ToolTest.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ class ToolTest extends FunSuite with BeforeAndAfterAll {
9696

9797
FileUtils.deleteQuietly(new File(cocoImageCaptionDF))
9898
val df_image_caption = Conversions.Coco2ImageCaptionFile(sqlContext, cocoJson, 4)
99-
val rdd_input_captions = inputDF2PairRDD(df_image_caption)
100-
val count = rdd_input_captions.count.toInt
99+
// val rdd_input_captions = inputDF2PairRDD(df_image_caption)
100+
val count = df_image_caption.count.toInt
101101

102102
FileUtils.deleteQuietly(new File(cocoEmbeddingDF))
103103
FileUtils.deleteQuietly(new File(cocoVocab))

0 commit comments

Comments
 (0)