mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-28 07:57:44 +00:00
fix: typo in workflow (#861)
This commit is contained in:
@@ -142,7 +142,7 @@ class LoopBase:
|
||||
lastest_api_fail_time = RD_Agent_TIMER_wrapper.latest_api_fail_time
|
||||
if lastest_api_fail_time is not None:
|
||||
mlflow.log_metric(
|
||||
"api_fail_count",
|
||||
"lastest_api_fail_time",
|
||||
(
|
||||
lastest_api_fail_time.second
|
||||
+ lastest_api_fail_time.minute * 1e2
|
||||
|
||||
Reference in New Issue
Block a user