Skip to content

Commit c72059b

Browse files
satwikspsgithub-actions[bot]
authored andcommitted
Automatic pre-commit fixes
1 parent e3162a4 commit c72059b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aeon/datasets/_single_problem_loaders.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -989,4 +989,4 @@ def load_longley(return_array=True):
989989
data = data.astype(float)
990990
if return_array:
991991
return data.to_numpy().T
992-
return data.T
992+
return data.T

aeon/datasets/dataset_collections.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,4 +159,4 @@ def get_downloaded_tsf_datasets(extract_path=None):
159159
all_files = os.listdir(sub_dir)
160160
if name + ".tsf" in all_files:
161161
datasets.append(name)
162-
return datasets
162+
return datasets

0 commit comments

Comments
 (0)