Spaces:
Sleeping
Sleeping
Update src/bin/PROBE.py
Browse files- src/bin/PROBE.py +2 -3
src/bin/PROBE.py
CHANGED
@@ -61,7 +61,6 @@ def run_probe(benchmarks, representation_name, representation_file_human, repres
|
|
61 |
affinity_result = bae.predict_affinities_and_report_results()
|
62 |
result['affinity'] = affinity_result
|
63 |
|
64 |
-
|
65 |
-
|
66 |
print("\n\nPROBE (Protein RepresentatiOn Benchmark) run is finished...\n")
|
67 |
-
return
|
|
|
61 |
affinity_result = bae.predict_affinities_and_report_results()
|
62 |
result['affinity'] = affinity_result
|
63 |
|
64 |
+
|
|
|
65 |
print("\n\nPROBE (Protein RepresentatiOn Benchmark) run is finished...\n")
|
66 |
+
return results
|