Skip to content
Snippets Groups Projects
Commit 4d4e2c35 authored by Riccardo Boero's avatar Riccardo Boero :innocent:
Browse files

debuugggin printouts

parent 7bd02e40
No related branches found
No related tags found
No related merge requests found
......@@ -156,7 +156,7 @@ function process_task_parameters(original_dict::Dict, dependencies_info::Dict, r
println("we get here")
# Retrieve the DataFrame using the task name
df = get_task_df(task_name, dependencies_info, results_container)
println("but not here")
# Check if the DataFrame and the column exist
if df !== nothing && String(column_name) in names(df)
# Update the new dictionary with the column value
......@@ -172,7 +172,7 @@ function process_task_parameters(original_dict::Dict, dependencies_info::Dict, r
new_dict[key] = value
end
end
println("but not here")
return new_dict
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment