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

Merge pull request #459 from you-n-g/online_srv

fix DelayTrainerRM
This commit is contained in:
you-n-g
2021-06-03 15:55:11 +08:00
committed by GitHub

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 = []