rosemariafontana commited on
Commit
9a08b24
·
verified ·
1 Parent(s): 3f89710

Update script_for_automation.py

Browse files
Files changed (1) hide show
  1. 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
- processed_farm_activity_json = json.loads(processed_farm_activity_json)
493
- processed_interactions_json = json.loads(processed_interactions_json)
494
- processed_trials_json = json.loads(processed_trials_json)
 
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))