--
---
You received this message because you are subscribed to a topic in the Google Groups "NiPy Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/nipy-user/Gj73dGOF9ts/unsubscribe.
To unsubscribe from this group and all its topics, send an email to nipy-user+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
---
You received this message because you are subscribed to the Google Groups "NiPy Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nipy-user+...@googlegroups.com.
Hi Satra,
I don't see how this would solve the problem. The result of getinfo will not be available when the pipeline is built (before it is run) so the condition will evaluate to None in the workflow-choosing function which will thus always returns the same workflow
cheers,
satra
cheers,
satra
To unsubscribe from this group and all its topics, send an email to nipy-user+unsubscribe@googlegroups.com.
--
---
You received this message because you are subscribed to the Google Groups "NiPy Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nipy-user+unsubscribe@googlegroups.com.
--
---
You received this message because you are subscribed to a topic in the Google Groups "NiPy Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/nipy-user/Gj73dGOF9ts/unsubscribe.
To unsubscribe from this group and all its topics, send an email to nipy-user+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
---
You received this message because you are subscribed to the Google Groups "NiPy Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nipy-user+unsubscribe@googlegroups.com.
--
---
You received this message because you are subscribed to a topic in the Google Groups "NiPy Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/nipy-user/Gj73dGOF9ts/unsubscribe.
To unsubscribe from this group and all its topics, send an email to nipy-user+unsubscribe@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to nipy-user+...@googlegroups.com.
To unsubscribe from this group and all its topics, send an email to nipy-user+...@googlegroups.com.
Could you comment on the advantages/disadvantages in using "for-loop + embed DataGrabber" compared to the standard "DataGrabber + iterables" procedure (aside that "for-loop + embed DataGrabber" can be used for conditional workflow)? Is there any incidence on parallelization, Datasink management, etc?