We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22f2997 commit f548f31Copy full SHA for f548f31
tests/app/reporting/test_backtest_report.py
@@ -32,8 +32,6 @@ def test_save_without_algorithm(self):
32
Test the save method of the BacktestReport class, as part of a backtest run. This means that the backtest report will be created
33
with an Algorithm instance and a BacktestResult instance, which are required to create the report. Also, a risk-free rate is provided,
34
to simulate an offline backtest run.
35
-
36
- If algorithm is provided, that strategy files will be automatically saved in the strategies directory.
37
"""
38
algorithm = Algorithm()
39
algorithm.add_strategy(StrategyOne)
0 commit comments