提交 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, ...@@ -1064,7 +1064,7 @@ def _get_preallocated_maps(node, thunk, prealloc_modes, def_val,
del f_cont_outputs del f_cont_outputs
# We assume that the different outputs of a same Op will behave # 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). # of outputs (the time taken is prohibitive).
max_ndim = 0 max_ndim = 0
for r in node.outputs: for r in node.outputs:
......
...@@ -95,7 +95,7 @@ class Unification: ...@@ -95,7 +95,7 @@ class Unification:
def __init__(self, inplace = False): def __init__(self, inplace = False):
""" """
If inplace is False, the merge method will return a new Unification 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.unif = {}
self.inplace = inplace self.inplace = inplace
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论