Skip to content

Commit b949e59

Browse files
committed
Fixed docstrings in results_loaders.py
1 parent d040a56 commit b949e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aeon/benchmarking/results_loaders.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -480,4 +480,4 @@ def _results_dict_to_array(res_dict, estimators, datasets, include_missing):
480480
if include:
481481
results.append(r)
482482
names.append(data)
483-
return np.array(results), names
483+
return np.array(results), names

0 commit comments

Comments
 (0)