Update script_for_automation.py
Browse files- script_for_automation.py +5 -4
script_for_automation.py
CHANGED
|
@@ -488,10 +488,11 @@ def drive_process():
|
|
| 488 |
processed_farm_activity_json = gold_standard_planting_json
|
| 489 |
processed_interactions_json = gold_standard_interactions_json
|
| 490 |
processed_trials_json = gold_standard_trials_json
|
| 491 |
-
|
| 492 |
-
|
| 493 |
-
|
| 494 |
-
|
|
|
|
| 495 |
|
| 496 |
# Compare the generated JSON to the gold standard
|
| 497 |
differences_planting = list(diff(gold_standard_planting_json, processed_farm_activity_json))
|
|
|
|
| 488 |
processed_farm_activity_json = gold_standard_planting_json
|
| 489 |
processed_interactions_json = gold_standard_interactions_json
|
| 490 |
processed_trials_json = gold_standard_trials_json
|
| 491 |
+
|
| 492 |
+
# REMOVE THIS AND UNCOMMENT TOO #
|
| 493 |
+
#processed_farm_activity_json = json.loads(processed_farm_activity_json)
|
| 494 |
+
#processed_interactions_json = json.loads(processed_interactions_json)
|
| 495 |
+
#processed_trials_json = json.loads(processed_trials_json)
|
| 496 |
|
| 497 |
# Compare the generated JSON to the gold standard
|
| 498 |
differences_planting = list(diff(gold_standard_planting_json, processed_farm_activity_json))
|