Spaces:
Running
Running
Erva Ulusoy
commited on
Commit
·
7f3941f
1
Parent(s):
189e440
removed unnecessary print
Browse files- run_prothgt_app.py +0 -1
run_prothgt_app.py
CHANGED
@@ -148,7 +148,6 @@ def generate_prediction_df(protein_ids, model_paths, model_config_paths, go_cate
|
|
148 |
print(f"File already exists at {output}")
|
149 |
|
150 |
heterodata = torch.load(output)
|
151 |
-
print(heterodata.edge_types)
|
152 |
|
153 |
# Remove unnecessary edge types
|
154 |
edge_types_to_remove = [
|
|
|
148 |
print(f"File already exists at {output}")
|
149 |
|
150 |
heterodata = torch.load(output)
|
|
|
151 |
|
152 |
# Remove unnecessary edge types
|
153 |
edge_types_to_remove = [
|