Skip to content

Commit

Permalink
Update debug_events_writer_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sushreebarsa authored Sep 27, 2023
1 parent fb36fd2 commit cc27907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/python/debug/lib/debug_events_writer_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,7 @@ def testDebuggedGraphToJonsWithNameAndInnerOuterGraphIds(self):
("EmptyList", []),
("None", None),
)
def testGraphOpDigestWithNoOutputsReturnsNumOutputsZero(
def testGraphOpDigestWithNoOutpusReturnsNumOutputsZero(
self, output_tensor_ids):
op_creation_digest = debug_events_reader.GraphOpCreationDigest(
1234,
Expand Down

0 comments on commit cc27907

Please sign in to comment.