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

Update script_for_automation.py

Browse files
Files changed (1) hide show
  1. script_for_automation.py +2 -1
script_for_automation.py CHANGED
@@ -484,9 +484,10 @@ def drive_process():
484
  print("PROCESSING SPECIFICATIONS!!!!!!!!!!!!!!!")
485
  #processed_farm_activity_json, processed_interactions_json, processed_trials_json = process_specifications(proc_spec)
486
 
 
487
  processed_farm_activity_json = gold_standard_planting_json
488
  processed_interactions_json = gold_standard_interactions_json
489
- processed_trials_json = processed_trials_json
490
 
491
  processed_farm_activity_json = json.loads(processed_farm_activity_json)
492
  processed_interactions_json = json.loads(processed_interactions_json)
 
484
  print("PROCESSING SPECIFICATIONS!!!!!!!!!!!!!!!")
485
  #processed_farm_activity_json, processed_interactions_json, processed_trials_json = process_specifications(proc_spec)
486
 
487
+ # REMOVE THIS AND UNCOMMENT ABOVE #
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)