Update process_data.py
Browse files- 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("
|
| 563 |
-
|
| 564 |
-
print(
|
| 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 |
|