Jofthomas commited on
Commit
d085539
·
verified ·
1 Parent(s): e728ff2

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -51,7 +51,7 @@ def load_dataset():
51
  # Handle cases where 'Number of tools' or 'Number of steps' is not a valid integer
52
  print(f"Skipping Task ID: {question.get('task_id', 'N/A')} - Could not convert tool/step count to integer.")
53
  print("------------------------------------------------------------------")
54
- filtered_data=tempo_filtered
55
 
56
  # Prepare data structures for the API
57
  questions_for_api: List[Dict[str, str]] = []
 
51
  # Handle cases where 'Number of tools' or 'Number of steps' is not a valid integer
52
  print(f"Skipping Task ID: {question.get('task_id', 'N/A')} - Could not convert tool/step count to integer.")
53
  print("------------------------------------------------------------------")
54
+ filtered_dataset=tempo_filtered
55
 
56
  # Prepare data structures for the API
57
  questions_for_api: List[Dict[str, str]] = []