mirror of
https://github.com/manifoldbt/manifoldbt.git
synced 2026-08-24 14:38:04 +00:00
release: v0.18.0
This commit is contained in:
@@ -56,7 +56,7 @@ def test_sweep_rejects_undeclared_param():
|
||||
|
||||
def test_walk_forward_rejects_undeclared_param():
|
||||
wf = {
|
||||
"method": "Rolling", "n_splits": 2, "train_ratio": 0.7,
|
||||
"geometry": "blocked", "n_splits": 2, "train_ratio": 0.7,
|
||||
"optimize_metric": "sharpe", "param_grid": {"fast": [10, 20]},
|
||||
}
|
||||
with pytest.raises((StrategyError, bt.LicenseError)) as exc:
|
||||
|
||||
Reference in New Issue
Block a user