Update script_for_automation.py
Browse files- script_for_automation.py +4 -3
script_for_automation.py
CHANGED
|
@@ -482,9 +482,10 @@ def drive_process():
|
|
| 482 |
print("PROCESSING SPECIFICATIONS!!!!!!!!!!!!!!!")
|
| 483 |
processed_farm_activity_json, processed_interactions_json, processed_trials_json = process_specifications(proc_spec)
|
| 484 |
|
| 485 |
-
|
| 486 |
-
|
| 487 |
-
|
|
|
|
| 488 |
|
| 489 |
processed_farm_activity_json = json.loads(processed_farm_activity_json)
|
| 490 |
processed_interactions_json = json.loads(processed_interactions_json)
|
|
|
|
| 482 |
print("PROCESSING SPECIFICATIONS!!!!!!!!!!!!!!!")
|
| 483 |
processed_farm_activity_json, processed_interactions_json, processed_trials_json = process_specifications(proc_spec)
|
| 484 |
|
| 485 |
+
# THIS SHOULD ONLY BE USED FOR TESTING
|
| 486 |
+
#processed_farm_activity_json = gold_standard_planting_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)
|