changeset 303:410a6ef674ed

added comment to source-version function
author James Bergstra <bergstrj@iro.umontreal.ca>
date Tue, 10 Jun 2008 11:07:20 -0400
parents 675d92789941
children 6ead65d30f1e e2e5157ff044
files __init__.py
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/__init__.py	Tue Jun 10 11:02:22 2008 -0400
+++ b/__init__.py	Tue Jun 10 11:07:20 2008 -0400
@@ -25,6 +25,15 @@
     version control by mercurial.
 
     """
+    #
+    # NOTE
+    #
+    # If you find bugs in this function, please update the __src_version__
+    # function in pylearn, and email either theano-dev or pylearn-dev so that
+    # people can update their experiment dirs (the output of this function is
+    # meant to be hard-coded in external files).
+    #
+
     #print 'name:', __name__
     location = _imp.find_module(__name__)[1]
     #print 'location:', location