Skip to content

Commit f548f31

Browse files
committed
Remove comment
1 parent 22f2997 commit f548f31

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/app/reporting/test_backtest_report.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ def test_save_without_algorithm(self):
3232
Test the save method of the BacktestReport class, as part of a backtest run. This means that the backtest report will be created
3333
with an Algorithm instance and a BacktestResult instance, which are required to create the report. Also, a risk-free rate is provided,
3434
to simulate an offline backtest run.
35-
36-
If algorithm is provided, that strategy files will be automatically saved in the strategies directory.
3735
"""
3836
algorithm = Algorithm()
3937
algorithm.add_strategy(StrategyOne)

0 commit comments

Comments
 (0)