4cfa0d3b43ee31bb082b218c12a2e9996498c015,official/wide_deep/wide_deep_test.py,BaseTest,test_input_fn,#BaseTest#,56

Before Change


      temp_csv.write(TEST_INPUT)

  def test_input_fn(self):
    features, labels = wide_deep.input_fn(self.input_csv, 1, False, 1)()
    with tf.Session() as sess:
      features, labels = sess.run((features, labels))

      // Compare the two features dictionaries.

After Change


      temp_csv.write(TEST_INPUT)

  def test_input_fn(self):
    features, labels = wide_deep.input_fn(self.input_csv, 1, False, 1)
    with tf.Session() as sess:
      features, labels = sess.run((features, labels))

      // Compare the two features dictionaries.
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: tensorflow/models
Commit Name: 4cfa0d3b43ee31bb082b218c12a2e9996498c015
Time: 2017-11-06
Author: neal@nealwu.com
File Name: official/wide_deep/wide_deep_test.py
Class Name: BaseTest
Method Name: test_input_fn


Project Name: tensorflow/models
Commit Name: 74c43aaef62a6f4451e90f95be801882a935177e
Time: 2018-03-05
Author: karmel@arcaio.com
File Name: official/resnet/cifar10_test.py
Class Name: BaseTest
Method Name: cifar10_model_fn_helper


Project Name: tensorflow/models
Commit Name: 74c43aaef62a6f4451e90f95be801882a935177e
Time: 2018-03-05
Author: karmel@arcaio.com
File Name: official/resnet/imagenet_test.py
Class Name: BaseTest
Method Name: resnet_model_fn_helper