rosemariafontana commited on
Commit
5a1fa55
·
verified ·
1 Parent(s): e7e02e0

Update script_for_automation.py

Browse files
Files changed (1) hide show
  1. script_for_automation.py +1 -1
script_for_automation.py CHANGED
@@ -449,7 +449,7 @@ def drive_process():
449
  print("Gold Standard diff and stuff")
450
  # Get the gold standard for this input_chunk (liz_carrot, ben_soybean, wally_squash)
451
  # Compare the generated JSON to the gold standard
452
- gold_standard_json = gold_standard[key]
453
  differences = list(diff(gold_standard_json, completed_json))
454
 
455
  print("yaml world")
 
449
  print("Gold Standard diff and stuff")
450
  # Get the gold standard for this input_chunk (liz_carrot, ben_soybean, wally_squash)
451
  # Compare the generated JSON to the gold standard
452
+ gold_standard_json = gold_standards[key]
453
  differences = list(diff(gold_standard_json, completed_json))
454
 
455
  print("yaml world")