Update script_for_automation.py
Browse files- script_for_automation.py +3 -3
script_for_automation.py
CHANGED
|
@@ -487,9 +487,9 @@ def drive_process():
|
|
| 487 |
#processed_interactions_json = gold_standard_interactions_json
|
| 488 |
#processed_trials_json = gold_standard_trials_json
|
| 489 |
|
| 490 |
-
|
| 491 |
-
|
| 492 |
-
|
| 493 |
|
| 494 |
# Compare the generated JSON to the gold standard
|
| 495 |
differences_planting = list(diff(gold_standard_planting_json, processed_farm_activity_json))
|
|
|
|
| 487 |
#processed_interactions_json = gold_standard_interactions_json
|
| 488 |
#processed_trials_json = gold_standard_trials_json
|
| 489 |
|
| 490 |
+
processed_farm_activity_json = json.loads(processed_farm_activity_json)
|
| 491 |
+
processed_interactions_json = json.loads(processed_interactions_json)
|
| 492 |
+
processed_trials_json = json.loads(processed_trials_json)
|
| 493 |
|
| 494 |
# Compare the generated JSON to the gold standard
|
| 495 |
differences_planting = list(diff(gold_standard_planting_json, processed_farm_activity_json))
|