Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
edtechre committed Oct 28, 2023
2 parents 714e697 + 5a61168 commit 2e8815b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pybroker/strategy.py
Original file line number Diff line number Diff line change
Expand Up @@ -1054,7 +1054,7 @@ def backtest(
executions.
Returns:
:class:`.BacktestResult` containing portfolio balances, order
:class:`.TestResult` containing portfolio balances, order
history, and evaluation metrics.
"""
return self.walkforward(
Expand Down Expand Up @@ -1143,7 +1143,7 @@ def walkforward(
executions.
Returns:
:class:`.BacktestResult` containing portfolio balances, order
:class:`.TestResult` containing portfolio balances, order
history, and evaluation metrics.
"""
if warmup is not None and warmup < 1:
Expand Down

0 comments on commit 2e8815b

Please sign in to comment.