]> mj.ucw.cz Git - eval.git/commit
Refactor
authorTomas Gavenciak <gavento@ucw.cz>
Wed, 12 Jan 2011 13:47:46 +0000 (14:47 +0100)
committerTomas Gavenciak <gavento@ucw.cz>
Wed, 12 Jan 2011 13:51:32 +0000 (14:51 +0100)
commit420a49640eb8a89b578c390a939bc0ba818f9a7e
treeb314f1ad7f5114a8b72f986cb3be63d461c44439
parentef64f1097b0b3d210ee24f08e91c352865cac59c
Refactor

Changed log to global module moe.logs
Use "from moe.logs import *" to get log, userlog, testlog and pipelog.
testlog (and possibly pipelog) are pointed to different places during
run. testlog is either separate, or main log.

Scale time (to match tasktypes/batch)
12 files changed:
t/moe/config.py
t/moe/config_old.py [deleted file]
t/moe/config_parser.py
t/moe/config_test.py
t/moe/eval.py
t/moe/exts/dummy.py
t/moe/log.py [deleted file]
t/moe/logs.py [new file with mode: 0644]
t/moe/pipeline.py
t/moe/tasktypes/dummy.py
t/moe/testutils.py
t/test.py