mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-14 11:15:09 +08:00
ENH Add command line option for printing algo on stdout, default is false.
This commit is contained in:
committed by
Thomas Wiecki
parent
85d53dcce8
commit
65448cc8d1
+1
-1
@@ -22,5 +22,5 @@ from zipline.utils import parse_args, run_pipeline
|
||||
if __name__ == "__main__":
|
||||
logbook.StderrHandler().push_application()
|
||||
parsed = parse_args(sys.argv[1:])
|
||||
run_pipeline(print_algo=True, **parsed)
|
||||
run_pipeline(**parsed)
|
||||
sys.exit(0)
|
||||
|
||||
Reference in New Issue
Block a user