Update script_for_automation.py
Browse files- script_for_automation.py +1 -0
script_for_automation.py
CHANGED
|
@@ -208,6 +208,7 @@ def fill_out_survey(recipe_dict, input_data):
|
|
| 208 |
pre_process = "no"
|
| 209 |
pre_process_model_version = "None"
|
| 210 |
else:
|
|
|
|
| 211 |
pre_process = recipe_dict
|
| 212 |
|
| 213 |
# Set the prompting strategy to be a variable from the list
|
|
|
|
| 208 |
pre_process = "no"
|
| 209 |
pre_process_model_version = "None"
|
| 210 |
else:
|
| 211 |
+
pre_processing = True
|
| 212 |
pre_process = recipe_dict
|
| 213 |
|
| 214 |
# Set the prompting strategy to be a variable from the list
|