Skip to content

Commit

Permalink
precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
renxida committed Dec 16, 2024
1 parent cfc8f8e commit 13ad303
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,9 @@ async def pre_invocation_debug_dump(
except Exception as e:
f.write(f"\nHistogram computation failed: {str(e)}\n")
else:
f.write("Skipping additional statistics due to NaN/Inf values\n")
f.write(
"Skipping additional statistics due to NaN/Inf values\n"
)

f.write("\nArray contents:\n")
if arr.size <= 64:
Expand Down

0 comments on commit 13ad303

Please sign in to comment.