mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-09 14:00:55 +08:00
black formatting
This commit is contained in:
@@ -38,9 +38,7 @@ class QlibRecorder:
|
||||
try:
|
||||
yield run
|
||||
except Exception as e:
|
||||
self.end_exp(
|
||||
Recorder.STATUS_FA
|
||||
) # end the experiment if something went wrong
|
||||
self.end_exp(Recorder.STATUS_FA) # end the experiment if something went wrong
|
||||
raise e
|
||||
self.end_exp(Recorder.STATUS_FI)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user