Update script_for_automation.py
Browse files- 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 =
|
| 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")
|