We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b01581 commit 1c5bdd7Copy full SHA for 1c5bdd7
1 file changed
tests/test_runs/test_run_functions.py
@@ -78,6 +78,8 @@ def _wait_for_processed_run(self, run_id, max_waiting_time_seconds):
78
return
79
else:
80
time.sleep(10)
81
+ raise RuntimeError('Could not find any evaluations! Please check whether run {} was '
82
+ 'evaluated correctly on the server'.format(run_id))
83
84
def _compare_predictions(self, predictions, predictions_prime):
85
self.assertEqual(np.array(predictions_prime['data']).shape,
0 commit comments