提交 c136e1df authored 作者: Olivier Delalleau's avatar Olivier Delalleau

Typo: independant -> independent

上级 ceb2d5f8
......@@ -1064,7 +1064,7 @@ def _get_preallocated_maps(node, thunk, prealloc_modes, def_val,
del f_cont_outputs
# We assume that the different outputs of a same Op will behave
# independantly, and there is no need to test over all combinations
# independently, and there is no need to test over all combinations
# of outputs (the time taken is prohibitive).
max_ndim = 0
for r in node.outputs:
......
......@@ -95,7 +95,7 @@ class Unification:
def __init__(self, inplace = False):
"""
If inplace is False, the merge method will return a new Unification
that is independant from the previous one (which allows backtracking).
that is independent from the previous one (which allows backtracking).
"""
self.unif = {}
self.inplace = inplace
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论