Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
An import input data test to cover what is discussed over here: #274.
This suite is pretty compact - it is actually only one test. It has three models A, B and C. A imports B as 'i', and B imports C as 'i'. A also imports C directly as 'x'.
A has a decision that uses a local inputData and also the a decision/inputData from B. That decision in B also uses a 'local' inputData and the a decision/inputData in C. The decision in C uses a 'local' inputData.
The decision in A also uses the decision/inputData and decision from C directly.
The inputNode to the test is structured to support that.
Phew.