Spaces:
Sleeping
Sleeping
Update src/bin/binding_affinity_estimator.py
Browse files
src/bin/binding_affinity_estimator.py
CHANGED
@@ -190,4 +190,5 @@ def predict_affinities_and_report_results():
|
|
190 |
result_summary, result_detail = predictAffinityWithModel(model, multiplied_vectors_df)
|
191 |
|
192 |
# Return the results as a dictionary instead of writing to a file
|
193 |
-
return result_summary
|
|
|
|
190 |
result_summary, result_detail = predictAffinityWithModel(model, multiplied_vectors_df)
|
191 |
|
192 |
# Return the results as a dictionary instead of writing to a file
|
193 |
+
return {'summary': result_summary,
|
194 |
+
'detail': result_detail}
|