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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user