-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Milestone
Description
While working on image processing algorithms, a frequently encountered workflow is:
- Run the HDAT suite
- Show the results
- Make some changes to the code
- Run the suite
- Show the results and possibly compare to the results from (1)
- ... repeat
It is easy to get confused regarding which run is which. It would be nice to be able to tag the results of a particular hdat run ..., and to provide a way specify a particular tagged run in a result spec.
I think there should be a single result with a particular tag in a given store for a particular suite.
Maybe we should look at git for inspiration on the CLI, since developers are used to git.
Perhaps we can use symbolic links to implement the tags? Thus, resolving a resultspec for a tagged result would be checking for the existence of symbolic links with a particular name (I think this is what Git does).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels