Skip to content

Commit

Permalink
#11512: Fix trail spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
npetrovic-tenstorrent committed Nov 22, 2024
1 parent 1999837 commit 3d58eb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ def run(

passed = []
output_string = ""

for i in range(len(torch_output_tensors)):
torch_output_tensor = torch_output_tensors[i]
output_tensor = torch.complex(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ def run(

passed = []
output_string = ""

for i in range(len(torch_output_tensors)):
torch_output_tensor = torch_output_tensors[i]
output_tensor = torch.complex(
Expand Down

0 comments on commit 3d58eb7

Please sign in to comment.