Skip to content

Commit

Permalink
Removes debugging print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
samhorsfield96 committed May 29, 2024
1 parent e606e26 commit 24f2a1b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions models/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,4 @@ def load_balrog_models(db_path):
geneTCN = os.path.join(balrog_model_dir, "geneTCN_jit.pt")
tisTCN = os.path.join(balrog_model_dir, "tisTCN_jit.pt")

print(geneTCN)

return (geneTCN, tisTCN)

0 comments on commit 24f2a1b

Please sign in to comment.