From f9e9688833648dd359dae0536c8497802192c993 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 09:00:54 +0000 Subject: [PATCH] [pre-commit.ci] Fixing issues with pre-commit --- topostats/tracing/ordered_tracing.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/topostats/tracing/ordered_tracing.py b/topostats/tracing/ordered_tracing.py index 113e15e20d..8bca508c8a 100644 --- a/topostats/tracing/ordered_tracing.py +++ b/topostats/tracing/ordered_tracing.py @@ -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.")