Skip to content

Commit 7e58021

Browse files
committed
Revert "test failing test"
This reverts commit 19f56b4.
1 parent 19f56b4 commit 7e58021

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

backtester/test/backtester/test_backtester.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ def test_backtest(sample_stock_portfolio, sample_stocks_datahandler, sample_opti
3030
# We test with np.isclose instead of true equality because of possible floating point inaccuracies.
3131
tol = 0.000001
3232

33-
assert(False)
34-
3533
assert np.allclose(last_day_balance_long, [
3634
1.001336e+06, 507298.034603, 201228.973492, 49853.700558, 242954.82254999998, 0.0, 0.0, 0.0, 16415.0, 0.0,
3735
494037.49659999995, -0.004165, 1.001336

0 commit comments

Comments
 (0)