mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-27 23:47:46 +00:00
fix(kronos): replace rdagent_logger with stdlib logging for CI compatibility
This commit is contained in:
@@ -19,7 +19,8 @@ from typing import Optional
|
||||
import numpy as np
|
||||
import pandas as pd
|
||||
|
||||
from rdagent.log import rdagent_logger as logger
|
||||
import logging
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
def _cuda_available() -> bool:
|
||||
|
||||
Reference in New Issue
Block a user