Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
FACT Workflow Manager
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FACT
FACT Utils
FACT Workflow Manager
Commits
06112aab
Commit
06112aab
authored
1 year ago
by
Riccardo Boero
Browse files
Options
Downloads
Patches
Plain Diff
Cleaned printouts
parent
85f6ba17
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Task.jl
+1
-1
1 addition, 1 deletion
src/Task.jl
with
1 addition
and
1 deletion
src/Task.jl
+
1
−
1
View file @
06112aab
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment