你好:模拟盘在运行时日志里出现这两条信息有问题吗?2025-04-22 09:25:00 - WARNING - /tmp/strategy/user_code.py:254: UserWarning: Boolean Series key will be reindexed to match DataFrame index.
valid_stocks = latest_data[conditions]['code'].unique().tolist()
2025-04-22 09:25:00 - WARNING - /tmp/strategy/user_code.py:253: FutureWarning: Comparing Series of datetimes with 'datetime.date'. Currently, the
'datetime.date' is coerced to a datetime. In the future pandas will
not coerce, and 'the values will not compare equal to the
'datetime.date'. To retain the current behavior, convert the
'datetime.date' to a datetime with 'pd.Timestamp'.
latest_data = df[df['time'] == yesterday]