Mercurial > ift6266
comparison deep/stacked_dae/nist_sda.py @ 205:10a801240bfc
Merge
author | fsavard |
---|---|
date | Thu, 04 Mar 2010 08:21:43 -0500 |
parents | e1f5f66dd7dd 6ea5dcf0541e |
children | acb942530923 |
comparison
equal
deleted
inserted
replaced
204:e1f5f66dd7dd | 205:10a801240bfc |
---|---|
253 | 253 |
254 elif len(args) > 0 and args[0] == 'test_jobman_entrypoint': | 254 elif len(args) > 0 and args[0] == 'test_jobman_entrypoint': |
255 chanmock = DD({'COMPLETE':0,'save':(lambda:None)}) | 255 chanmock = DD({'COMPLETE':0,'save':(lambda:None)}) |
256 jobman_entrypoint(DEFAULT_HP_NIST, chanmock) | 256 jobman_entrypoint(DEFAULT_HP_NIST, chanmock) |
257 | 257 |
258 elif len(args) > 0 and args[0] == 'estimate': | |
259 estimate_total_time() | |
260 | |
261 else: | 258 else: |
262 print "Bad arguments" | 259 print "Bad arguments" |
263 | 260 |