ho22joshua commited on
Commit
d1bd3cb
·
1 Parent(s): 3b61c0f

fixed run prep data job

Browse files
root_gnn_dgl/jobs/prep_data/run_processing.py CHANGED
@@ -34,7 +34,7 @@ def call_bash_script(config, dataset_key, shuffle_chunks, bash_script):
34
  """
35
  try:
36
  # Construct the command to call the bash script
37
- command = f"{bash_script} {config} {dataset_key} {shuffle_chunks} --drop_last"
38
 
39
  print(f"Executing command: {command}") # Debugging: Print the command being executed
40
 
 
34
  """
35
  try:
36
  # Construct the command to call the bash script
37
+ command = f"{bash_script} {config} {dataset_key} {shuffle_chunks}"
38
 
39
  print(f"Executing command: {command}") # Debugging: Print the command being executed
40