rosemariafontana commited on
Commit
70758f2
·
verified ·
1 Parent(s): f3f99e0

Update script_for_automation.py

Browse files
Files changed (1) hide show
  1. script_for_automation.py +0 -12
script_for_automation.py CHANGED
@@ -526,18 +526,6 @@ def drive_process():
526
  "trials": completed_processed_trials_json
527
  }
528
 
529
- gold_standard_yaml = {
530
- "planting": completed_gold_standard_planting_yaml,
531
- "interactions": completed_gold_standard_interactions_yaml,
532
- "trials": completed_gold_standard_trials_yaml
533
- }
534
-
535
- comparison_yaml = {
536
- "planting": completed_comparison_planting_yaml,
537
- "interactions": completed_comparison_interactions_yaml,
538
- "trials": completed_comparison_trials_yaml
539
- }
540
-
541
  recipe_id = recipe_dict.get("recipe_id", "N/A")
542
  output_rows.append({
543
  "Recipe_ID": recipe_id,
 
526
  "trials": completed_processed_trials_json
527
  }
528
 
 
 
 
 
 
 
 
 
 
 
 
 
529
  recipe_id = recipe_dict.get("recipe_id", "N/A")
530
  output_rows.append({
531
  "Recipe_ID": recipe_id,