ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/VHbb/python/train.py
(Generate patch)

Comparing UserCode/VHbb/python/train.py (file contents):
Revision 1.23 by bortigno, Thu Feb 14 11:44:27 2013 UTC vs.
Revision 1.24 by bortigno, Wed Mar 20 16:16:30 2013 UTC

# Line 22 | Line 22 | parser.add_option("-S","--setting", dest
22   parser.add_option("-N","--name", dest="set_name", default='',
23                        help="Parameter setting name. Output files will have this name")
24   parser.add_option("-L","--local",dest="local", default=True,
25 <                      help="True to run it locally. Default=False -> Run on batch system using config")
25 >                      help="True to run it locally. False to run on batch system using config")
26  
27   (opts, args) = parser.parse_args(argv)
28   if opts.config =="":

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines