提交 a5b7b68f authored 作者: Brandon T. Willard's avatar Brandon T. Willard 提交者: Brandon T. Willard

Fix a bug in an aesara.scan warning message

上级 3a6cdb3a
......@@ -764,8 +764,8 @@ def scan(
_logger.warning(
(
"When the number of steps is fixed and equal "
"to 1, the provided stopping condition, {} is ignored",
).format(condition)
f"to 1, the provided stopping condition, {condition} is ignored"
)
)
for pos, inner_out in enumerate(outputs):
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论