Skip to content

Commit c1fffd0

Browse files
committed
[DEL] Remove the 3 second sleep from run algorithm
scrtlabs#421
1 parent 33498a1 commit c1fffd0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

catalyst/utils/run_algo.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import warnings
55
from datetime import timedelta
66
from runpy import run_path
7-
from time import sleep
87

98
import click
109
import pandas as pd
@@ -148,7 +147,6 @@ def _run(handle_data,
148147

149148
log.warn(ALPHA_WARNING_MESSAGE)
150149
log.info('Catalyst version {}'.format(catalyst.__version__))
151-
sleep(3)
152150

153151
if live:
154152
if simulate_orders:

0 commit comments

Comments
 (0)