1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-18 01:44:34 +08:00

fix DelayTrainerRM

This commit is contained in:
lzh222333
2021-06-03 03:23:48 +00:00
parent 811d2c975e
commit 1320e53f81
2 changed files with 3 additions and 2 deletions

View File

@@ -350,6 +350,7 @@ class TrainerRM(Trainer):
**kwargs, **kwargs,
) )
if not self.is_delay():
tm.wait(query=query) tm.wait(query=query)
recs = [] recs = []