Update script_for_automation.py
Browse files- script_for_automation.py +6 -6
script_for_automation.py
CHANGED
|
@@ -517,13 +517,13 @@ def drive_process():
|
|
| 517 |
completed_processed_interactions_json = sanitize_json_for_yaml(processed_interactions_json)
|
| 518 |
completed_processed_trials_json = sanitize_json_for_yaml(processed_trials_json)
|
| 519 |
|
| 520 |
-
completed_gold_standard_planting_yaml = yaml.safe_load(completed_gold_standard_planting_json
|
| 521 |
-
completed_gold_standard_interactions_yaml = yaml.safe_load(completed_gold_standard_interactions_json
|
| 522 |
-
completed_gold_standard_trials_yaml = yaml.safe_load(completed_gold_standard_trials_json
|
| 523 |
|
| 524 |
-
completed_comparison_planting_yaml = yaml.safe_load(completed_processed_farm_activity_json
|
| 525 |
-
completed_comparison_interactions_yaml = yaml.safe_load(completed_processed_interactions_json
|
| 526 |
-
completed_comparison_trials_yaml = yaml.safe_load(completed_processed_trials_json
|
| 527 |
|
| 528 |
|
| 529 |
json_diff = {
|
|
|
|
| 517 |
completed_processed_interactions_json = sanitize_json_for_yaml(processed_interactions_json)
|
| 518 |
completed_processed_trials_json = sanitize_json_for_yaml(processed_trials_json)
|
| 519 |
|
| 520 |
+
completed_gold_standard_planting_yaml = yaml.safe_load(completed_gold_standard_planting_json)
|
| 521 |
+
completed_gold_standard_interactions_yaml = yaml.safe_load(completed_gold_standard_interactions_json)
|
| 522 |
+
completed_gold_standard_trials_yaml = yaml.safe_load(completed_gold_standard_trials_json)
|
| 523 |
|
| 524 |
+
completed_comparison_planting_yaml = yaml.safe_load(completed_processed_farm_activity_json)
|
| 525 |
+
completed_comparison_interactions_yaml = yaml.safe_load(completed_processed_interactions_json)
|
| 526 |
+
completed_comparison_trials_yaml = yaml.safe_load(completed_processed_trials_json)
|
| 527 |
|
| 528 |
|
| 529 |
json_diff = {
|