We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d040a56 commit b949e59Copy full SHA for b949e59
aeon/benchmarking/results_loaders.py
@@ -480,4 +480,4 @@ def _results_dict_to_array(res_dict, estimators, datasets, include_missing):
480
if include:
481
results.append(r)
482
names.append(data)
483
- return np.array(results), names
+ return np.array(results), names
0 commit comments