-
Notifications
You must be signed in to change notification settings - Fork 533
WIP: Multiple fixes #697
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
WIP: Multiple fixes #697
Conversation
…ated subgraph gets a topological sort ordering.
The new parametrization will force all existing workflows to rerun? |
this parameterization was added in the joinnode pr. and by default would break a lot of substitution logic. in this i changed this so as this doesn't happen by default and those who need it can turn it on. |
@FredLoney - you might want to look at this - i disabled the parameterization by default as this was breaking substitutions that relied on iterable info. but this can be controlled through a config option now. |
* upstream/master: output_name example name_source for lists Added support for custom output names changelog Further cleanup All tests pass further cleanup begin aFNI refactor
I'll put these in a CHANGES file shortly:
i don't have the bandwidth to test these exhaustively. it would be good to have these in master to get feedback if anything broke.