Vyas Ramasubramani
Vyas Ramasubramani
I like that idea, I think it would be nice. I should be able to handle the flow schema work soon (just pending wrapping up some of the administrative hurdles...
This is waiting on #71, but should be easy to implement once the graph functionality exists.
@csadorf completing this feature requires actually making use of the operation graph to execute dependencies so that preconditions of a particular operation are satisfied. #209 simply makes it possible to...
@csadorf what was your idea here? Is the idea that if a given condition function decorates multiple operations, then we could reuse cached results? We still definitely need to start...
I think that various internal variables are named somewhat ambiguously because in earlier versions of signac there was less conceptual separation between labels and conditions (basically before the decorator syntax)....
@csadorf would this be completely addressed by #189? More specifically, not the hooks framework alone, but also the packaged hooks that you have introduced there? If so, I'd like to...
@b-butler offhand, do you know how this would work with groups merged? Now that the entrypoint holds the information about the executable, is there a natural place there to handle...
I agree, but I think we can do it by just augmenting existing names without losing the existing association, for instance consistently referring to bundles as "submission bundles", groups as...
AFAIK nglview is sort of the default option in this space, assuming you're talking about visualizing in a Jupyter notebook or something similar. I assume that once the topology has...