Skip to content

Commit

Permalink
[DEL] Remove the 3 second sleep from run algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricioponce committed Oct 28, 2018
1 parent 33498a1 commit c1fffd0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions catalyst/utils/run_algo.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import warnings
from datetime import timedelta
from runpy import run_path
from time import sleep

import click
import pandas as pd
Expand Down Expand Up @@ -148,7 +147,6 @@ def _run(handle_data,

log.warn(ALPHA_WARNING_MESSAGE)
log.info('Catalyst version {}'.format(catalyst.__version__))
sleep(3)

if live:
if simulate_orders:
Expand Down

0 comments on commit c1fffd0

Please sign in to comment.