rosemariafontana commited on
Commit
cd62df8
·
verified ·
1 Parent(s): 0862399

Update process_data.py

Browse files
Files changed (1) hide show
  1. process_data.py +3 -4
process_data.py CHANGED
@@ -559,10 +559,9 @@ def process_specifications(processed_data):
559
  3 processed data-filled JSON objects: farm_pretty_json, interactions_pretty_json, trial_pretty_json
560
  """
561
  print("Processing specifications")
562
- print("Here is also the input data")
563
- print(input_data)
564
- print("Here is also the parameters")
565
- print(parameters)
566
 
567
  # here is where parsing and other things will happen before
568
 
 
559
  3 processed data-filled JSON objects: farm_pretty_json, interactions_pretty_json, trial_pretty_json
560
  """
561
  print("Processing specifications")
562
+ print("here is the processed data thus far")
563
+
564
+ print(processed_data)
 
565
 
566
  # here is where parsing and other things will happen before
567