Skip to content

Commit

Permalink
move line
Browse files Browse the repository at this point in the history
  • Loading branch information
namsaraeva committed Jun 7, 2024
1 parent 0a5a066 commit 60a237a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/sparcscore/ml/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,13 +342,12 @@ def __init__(self,
self.dir_list = dir_list
self.target_col = target_col
self.index_list = index_list
self.index_list = sorted(self.index_list)
self.hours = hours
self.root_dir = root_dir
self.transform = transform
self.select_channel = select_channel

self.index_list = sorted(self.index_list)

self.handle_list = []
self.data_locator = []

Expand Down

0 comments on commit 60a237a

Please sign in to comment.