Skip to content

Commit 1554e01

Browse files
committed
TST: Simplify another test
1 parent 4b3547e commit 1554e01

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: backtesting/test/_test.py

-2
Original file line numberDiff line numberDiff line change
@@ -649,8 +649,6 @@ def test_file_size(self):
649649
def test_params(self):
650650
bt = Backtest(GOOG.iloc[:100], SmaCross)
651651
bt.run()
652-
fbt = FractionalBacktest(GOOG.iloc[:100], SmaCross, fractional_unit=1/1e6)
653-
fbt.run()
654652
with _tempfile() as f:
655653
for p in dict(plot_volume=False, # noqa: C408
656654
plot_equity=False,

0 commit comments

Comments
 (0)