Skip to content

Commit

Permalink
Update get_YMDB_data.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cheng-yu-zhang committed Mar 6, 2024
1 parent 9bbc2ae commit 8eeea35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion add_conc/code/get_YMDB_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def extract_data(i):
extract_data(args.i)
# It is suggested to used parallel arithmetic in matlab.
# parfor i=1:16338
# system(['python main.py -i ',num2str(i)]);
# system(['python get_YMDB_data.py -i ',num2str(i)]);
# end


Expand Down

0 comments on commit 8eeea35

Please sign in to comment.