提交 a2862e24 authored 作者: Frederic's avatar Frederic

typo in comments.

上级 a7aeeba3
...@@ -1397,7 +1397,7 @@ _good_broadcast_unary_gammaln = dict( ...@@ -1397,7 +1397,7 @@ _good_broadcast_unary_gammaln = dict(
normal=(rand_ranged(-1 + 1e-2, 10, (2, 3)),), normal=(rand_ranged(-1 + 1e-2, 10, (2, 3)),),
empty=(numpy.asarray([]),),) empty=(numpy.asarray([]),),)
_grad_broadcast_unary_gammaln = dict( _grad_broadcast_unary_gammaln = dict(
# smaler range as our grad method don't estimate it good enough. # smaller range as our grad method don't estimate it good enough.
normal=(rand_ranged(1e-8, 8, (2, 3)),),) normal=(rand_ranged(1e-8, 8, (2, 3)),),)
GammaTester = makeBroadcastTester( GammaTester = makeBroadcastTester(
......
...@@ -3781,4 +3781,3 @@ if __name__ == '__main__': ...@@ -3781,4 +3781,3 @@ if __name__ == '__main__':
# unittest.main() # unittest.main()
test_fusion().tes_memory_leak() test_fusion().tes_memory_leak()
""" """
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论