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

fix CI bug for AyncCaller

This commit is contained in:
Young
2021-11-02 14:32:09 +08:00
parent 2593185721
commit 3943b7001f

View File

@@ -308,6 +308,7 @@ class MLflowRecorder(Recorder):
self.status = status self.status = status
with TimeInspector.logt("waiting `async_log`"): with TimeInspector.logt("waiting `async_log`"):
self.async_log.wait() self.async_log.wait()
self.async_log = None
def save_objects(self, local_path=None, artifact_path=None, **kwargs): def save_objects(self, local_path=None, artifact_path=None, **kwargs):
assert self.uri is not None, "Please start the experiment and recorder first before using recorder directly." assert self.uri is not None, "Please start the experiment and recorder first before using recorder directly."