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

Cleaned printouts

parent 85f6ba17
No related branches found
No related tags found
No related merge requests found
......@@ -204,7 +204,7 @@ function get_task_df(task_name::String, dependencies_info::Dict, results_contain
# Check for a cached result first
cache_key = (task_name, string(hash(dependencies_info))) # Generate a unique key for the current parameters
if haskey(RESULTS_CACHE, cache_key)
println("Using cached results for task $task_name")
#println("Using cached results for task $task_name")
return RESULTS_CACHE[cache_key] # Return the cached DataFrame
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