1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-11 06:46:56 +08:00

format by black

This commit is contained in:
Dong Zhou
2021-07-21 13:28:43 +08:00
committed by you-n-g
parent 07655f2d5b
commit a2c38c979e
2 changed files with 10 additions and 5 deletions

View File

@@ -122,7 +122,7 @@ class MTSDatasetH(DatasetH):
shuffle=True,
drop_last=False,
input_size=None,
**kwargs
**kwargs,
):
assert num_states == 0 or horizon > 0, "please specify `horizon` to avoid data leakage"