You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a benchmarking run fails for a (synthesizer, dataset) combination, we should catch the error and proceed to try benchmarking all (synthesizer, dataset) combinations. For the failed runs, we can display NaN in the results table for those rows. If a detailed_results_folder is provided, we can write the error to the detailed_results_folder.
Expected behavior
If there are errors, we should display NaN in the results table for the entries that were unable to be calculated.
The text was updated successfully, but these errors were encountered:
Problem Description
If a benchmarking run fails for a (synthesizer, dataset) combination, we should catch the error and proceed to try benchmarking all (synthesizer, dataset) combinations. For the failed runs, we can display
NaN
in the results table for those rows. If adetailed_results_folder
is provided, we can write the error to thedetailed_results_folder
.Expected behavior
If there are errors, we should display
NaN
in the results table for the entries that were unable to be calculated.The text was updated successfully, but these errors were encountered: