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