Skip to content

Commit c6b598a

Browse files
committed
added process_datasets() into the all subroutine of prepare_data_for_improve.py
1 parent c919530 commit c6b598a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/prepare_data_for_improve.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ def main():
110110
def full_workflow(args):
111111
setup_workflow(args)
112112
download_datasets(args)
113+
process_datasets(args)
113114

114115

115116
def process_datasets(args):

0 commit comments

Comments
 (0)