Skip to content

Commit

Permalink
Please lintern
Browse files Browse the repository at this point in the history
  • Loading branch information
pcm32 committed Feb 13, 2025
1 parent d7b8073 commit 978be23
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tools/tertiary-analysis/celltypist/celltypist_CLI.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 978be23

Please sign in to comment.