aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/estimator
diff options
context:
space:
mode:
authorGravatar Yan Facai (颜发才) <facai.yan@gmail.com>2018-09-12 15:04:28 +0800
committerGravatar Yan Facai (颜发才) <facai.yan@gmail.com>2018-09-12 15:04:28 +0800
commitfd41d2c959372d7a068cb4474391362ef6a92fca (patch)
treee6ea3c83cec43638c8a1628c28c9edbcbb9e1f46 /tensorflow/python/estimator
parent8c51bbcd1b8d7d32a634df6eadde084e87ede1bb (diff)
CLN: fix code style
Diffstat (limited to 'tensorflow/python/estimator')
-rw-r--r--tensorflow/python/estimator/canned/boosted_trees_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/estimator/canned/boosted_trees_test.py b/tensorflow/python/estimator/canned/boosted_trees_test.py
index a176b4941f..c1309fb809 100644
--- a/tensorflow/python/estimator/canned/boosted_trees_test.py
+++ b/tensorflow/python/estimator/canned/boosted_trees_test.py
@@ -1083,7 +1083,7 @@ class BoostedTreesEstimatorTest(test_util.TensorFlowTestCase):
'continuous', dtype=dtypes.float32)
with self.assertRaisesRegexp(ValueError,
- 'only bucketized_column and indicator_column'):
+ 'only bucketized_column and indicator_column'):
_ = boosted_trees.BoostedTreesRegressor(
feature_columns=[numeric_col],
n_batches_per_layer=1,