Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/chainer/chainer into glance
Browse files Browse the repository at this point in the history
  • Loading branch information
Crissman committed Sep 11, 2018
2 parents 5646164 + 210e377 commit 23195c8
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -33,8 +33,7 @@ def dummy_linear(x):


@testing.unary_math_function_unittest(dummy_linear,
func_expected=lambda x, dtype: x,
is_linear=True)
func_expected=lambda x, dtype: x)
class TestIsLinear(unittest.TestCase):
pass

Expand Down

0 comments on commit 23195c8

Please sign in to comment.