We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1faa7e8 commit 152d894Copy full SHA for 152d894
backtesting/test/_test.py
@@ -373,6 +373,7 @@ def test_optimize(self):
373
with _tempfile() as f:
374
bt.plot(filename=f, open_browser=False)
375
376
+ @unittest.skipIf(not hasattr(_Array, 'df'), 'v2 branch is not merged')
377
def test_nowrite_df(self):
378
# Test we don't write into passed data df by default.
379
# Important for copy-on-write in Backtest.optimize()
0 commit comments