Skip to content

Commit

Permalink
BUG: modified unused arguments in run_algorithm when running remote_b…
Browse files Browse the repository at this point in the history
…acktest
  • Loading branch information
AvishaiW committed Sep 17, 2018
1 parent a6e8244 commit 601d63d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions catalyst/utils/run_algo.py
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ def run_algorithm(initialize,
handle_data=handle_data,
initialize=initialize,
before_trading_start=before_trading_start,
analyze=analyze,
analyze=None,
algofile=None,
algotext=None,
defines=(),
Expand All @@ -595,7 +595,7 @@ def run_algorithm(initialize,
bundle_timestamp=bundle_timestamp,
start=start,
end=end,
output=output,
output='--',
print_algo=False,
local_namespace=False,
environ=environ,
Expand Down

0 comments on commit 601d63d

Please sign in to comment.