Skip to content

Commit

Permalink
sort list 2nd try
Browse files Browse the repository at this point in the history
  • Loading branch information
namsaraeva committed Jun 7, 2024
1 parent 8674c82 commit 4c1c16b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sparcscore/ml/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,8 @@ def __init__(self,

self.dir_list = dir_list
self.target_col = target_col
self.index_list = index_list.sort() # list of indices to select
index_list = index_list.sort()
self.index_list = index_list
self.hours = hours
self.root_dir = root_dir
self.transform = transform
Expand Down

0 comments on commit 4c1c16b

Please sign in to comment.