aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/debug/lib/stepper_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/python/debug/lib/stepper_test.py')
-rw-r--r--tensorflow/python/debug/lib/stepper_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/debug/lib/stepper_test.py b/tensorflow/python/debug/lib/stepper_test.py
index 825c559312..78e7b3b5eb 100644
--- a/tensorflow/python/debug/lib/stepper_test.py
+++ b/tensorflow/python/debug/lib/stepper_test.py
@@ -591,7 +591,7 @@ class StepperAssignAddTest(test_util.TensorFlowTestCase):
with NodeStepper(self.sess, [self.q, self.v_add]) as stepper:
self.assertIsNone(stepper.last_updated())
- def testContToUpdateInvalidatesDumpedIntermedates(self):
+ def testContToUpdateInvalidatesDumpedIntermediates(self):
with NodeStepper(self.sess, [self.q, self.v_add]) as stepper:
self.assertAllClose(400.0, stepper.cont("q:0"))
self.assertItemsEqual(["v/read:0", "p:0"],