Skip to content

Commit

Permalink
[pre-commit.ci] Fixing issues with pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Oct 11, 2024
1 parent f29a340 commit f9e9688
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions topostats/tracing/ordered_tracing.py
Original file line number Diff line number Diff line change
Expand Up @@ -924,9 +924,7 @@ def ordered_tracing_image(
)
LOGGER.debug(f"[{filename}] : Grain {grain_no} ordered via NodeStats.")
else:
LOGGER.debug(
f"Nodestats dict has an error ({nodestats_direction_data['stats'][grain_no]['error']}"
)
LOGGER.debug(f"Nodestats dict has an error ({nodestats_direction_data['stats'][grain_no]['error']}")
# if not doing nodestats ordering, do original TS ordering
else:
LOGGER.debug(f"[{filename}] : {grain_no} not in NodeStats. Tracing normally.")
Expand Down

0 comments on commit f9e9688

Please sign in to comment.