# HG changeset patch # User James Bergstra # Date 1213110440 14400 # Node ID 410a6ef674eddf1d57715907d2738d4944aa6398 # Parent 675d92789941d5510dca75b824bf80d264491c1a added comment to source-version function diff -r 675d92789941 -r 410a6ef674ed __init__.py --- 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