From 978be23c63243d444796bf68335191af7dca10db Mon Sep 17 00:00:00 2001 From: Pablo Moreno Date: Thu, 13 Feb 2025 14:58:38 +0000 Subject: [PATCH] Please lintern --- tools/tertiary-analysis/celltypist/celltypist_CLI.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tools/tertiary-analysis/celltypist/celltypist_CLI.py b/tools/tertiary-analysis/celltypist/celltypist_CLI.py index 3ef9dddd..0da7c930 100644 --- a/tools/tertiary-analysis/celltypist/celltypist_CLI.py +++ b/tools/tertiary-analysis/celltypist/celltypist_CLI.py @@ -130,10 +130,6 @@ def predict( else: print("Detected .mtx file as input.") data = input_path - # check if model is a path to a model file and simply load if it is - #if model.endswith(".pkl") and os.path.exists(model): - # with open(model, "rb") as pickle_load: - # model = pickle.load(pickle_load) if input_path.endswith(".mtx") and gene_file is None: raise ValueError("Missing a gene file for the provided .mtx data.") if input_path.endswith(".mtx") and cell_file is None: