提交 de18576d authored 作者: ChienliMa's avatar ChienliMa

strange that trailc build did not pass, so add a small change and commit again

上级 e9c9922b
...@@ -853,9 +853,9 @@ def fill_diagonal_offset(a, val, offset): ...@@ -853,9 +853,9 @@ def fill_diagonal_offset(a, val, offset):
compatible with that of array 'a' (i.e. 'val' cannot be viewed compatible with that of array 'a' (i.e. 'val' cannot be viewed
as an upcast of 'a'). as an upcast of 'a').
:params offset : Scalar value Offset of the diagonal from the main :params offset : Scalar value Offset of the diagonal from the main
diagonal. Can be positive or negative. diagonal. Can be positive or negative integer.
:return: An array identical to 'a' except that its offset diagonal :return: An array identical to 'a' except that its offset diagonal
is filled with scalar 'val'. is filled with scalar 'val'. The output is unwrapped.
""" """
return fill_diagonal_offset_(a, val, offset) return fill_diagonal_offset_(a, val, offset)
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论