Simon Adorf
Simon Adorf
**Original comment by Jens Glaser (Bitbucket: [jens_glaser](https://bitbucket.org/jens_glaser), GitHub: [jglaser](https://github.com/jglaser)).** ---------------------------------------- Vyas interpreted me correctly, maybe I didn't made myself clear initially. I was looking for some automatic dependency resolution. Of...
**Original comment by Carl Simon Adorf (Bitbucket: [csadorf](https://bitbucket.org/csadorf), GitHub: [csadorf](https://github.com/csadorf)).** ---------------------------------------- The operations do not have an explicit linear dependency hierarchy so I would not know how to realize that....
**Original comment by Jens Glaser (Bitbucket: [jens_glaser](https://bitbucket.org/jens_glaser), GitHub: [jglaser](https://github.com/jglaser)).** ---------------------------------------- Just talked with @csadorf . The difference between `run` is that it iterates over *all* nodes in the tree and...
**Original comment by Carl Simon Adorf (Bitbucket: [csadorf](https://bitbucket.org/csadorf), GitHub: [csadorf](https://github.com/csadorf)).** ---------------------------------------- The first step would be to extract the workflow-graph from a given `FlowProject` definition. I believe that to be...
@vyasr Can you re-open the DAG pull request which is related to this?
@vishav1771 This issues is reserved as a potential [Google Summer of Code project](https://github.com/glotzerlab/signac/wiki/GSoC-2020-Projects) so we can't assign it at the moment. However, would you be willing to help us with...
@vishav1771 Here is how you could help: 1. Familiarize yourself with the feature by reading the code and testing the examples locally. 2. Identify issues with the design/API and make...
I believe this has been resolved with the merge of #209 .
Yes, the same condition function is evaluated potentially many times during one status update. That could be automatically cashed. I think that we assume "no changes" to the data space...
**Original comment by Carl Simon Adorf (Bitbucket: [csadorf](https://bitbucket.org/csadorf), GitHub: [csadorf](https://github.com/csadorf)).** ---------------------------------------- @PaulDodd @vyasr @bdice @jglaser I would appreciate your input.