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

Transforms that add variables that aren't used shouldn't trigger re-runs #248

Open
gordonwatts opened this issue Dec 7, 2017 · 0 comments

Comments

@gordonwatts
Copy link
Owner

When we have a variable transform that creates a tuple or a multi-variable item, the cache key should be robust against adding a new item if it doesn't matter.

For example, see how we used LINQToTTree in creating inputs for ski-kit-learn. We added a new variable and everything that did the counting had to re-run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant