From 267a5659f85fd0e93fbd60ba8240e0b500f2e020 Mon Sep 17 00:00:00 2001 From: IgorTatarnikov Date: Tue, 8 Oct 2024 11:35:45 +0100 Subject: [PATCH] Period to commit --- cellfinder/core/classify/classify.py | 2 +- debug.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 debug.py diff --git a/cellfinder/core/classify/classify.py b/cellfinder/core/classify/classify.py index e1251d39..3488c666 100644 --- a/cellfinder/core/classify/classify.py +++ b/cellfinder/core/classify/classify.py @@ -71,7 +71,7 @@ def main( if trained_model and trained_model.suffix == ".h5": print( "Weights provided in place of the model, " - "loading weights into default model" + "loading weights into default model." ) model_weights = trained_model trained_model = None diff --git a/debug.py b/debug.py deleted file mode 100644 index e69de29b..00000000