Skip to content

Commit

Permalink
Merge pull request tensorflow#10101 from zjj2wry/typo-test
Browse files Browse the repository at this point in the history
fix typo in stepper_test function name
  • Loading branch information
caisq authored May 22, 2017
2 parents e4296ae + 177aca7 commit 5912558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/python/debug/lib/stepper_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ def testLastUpdatedVariablesReturnsNoneBeforeAnyContCalls(self):
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"],
Expand Down

0 comments on commit 5912558

Please sign in to comment.