You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 26, 2023. It is now read-only.
acviana edited this page Aug 22, 2012
·
2 revisions
Just playing with the GitHub wiki pages.
Data Versioning
We will eventually need a data versioning solution so we can track what versions of the code were used to create what images.
Versioning
One issue is actually keeping track of what the version of each script is. One idea is to use the version number. In SVN it's easy to populate this (upon commit). In Git I've seen a couple of solutions but nothing that looks as basic. See this SO thread.
Logging
A logging feature would be helpful for debugging and overall record keeping. This could be done with the Python logging module. I kinda understand how to use this but I need to spend a little more time with it. Documentation here.