Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a warning when task parameters differ from those of the cache in use #1719

Draft
wants to merge 5 commits into
base: develop
Choose a base branch
from

Conversation

clement-pages
Copy link
Collaborator

The values taken by certain task parameters can influence data preparation. Thus, generating a cache with particular values for these parameters, then reusing this cache with a new task, means that the parameters of this task may not be fully taken into account, and may distort certain results without raising the slightest error.

This PR proposes to add a warning to inform the user that there are differences between the parameters of the current task and the one used to generate the cache.

@clement-pages clement-pages marked this pull request as draft May 31, 2024 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant