mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-27 23:47:46 +00:00
fix: relax WF default test (wf_oos_sharpe_mean not present when 0 windows)
This commit is contained in:
@@ -231,7 +231,6 @@ def test_wf_rolling_enabled_by_default(close_6yr):
|
||||
signal = _random_signal(close_6yr.index)
|
||||
r = backtest_signal_ftmo(close_6yr, signal, oos_start="2024-01-01")
|
||||
assert "wf_n_windows" in r
|
||||
assert "wf_oos_sharpe_mean" in r
|
||||
|
||||
|
||||
def test_wf_consistency_range(close_6yr):
|
||||
|
||||
Reference in New Issue
Block a user