Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit 4f6e1ef

Browse files
committed
CR
1 parent e92b7a3 commit 4f6e1ef

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/python/unittest/test_operator.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8667,13 +8667,11 @@ def test_get_operator_arguments():
86678667
operator_arguments = get_operator_arguments('Activation')
86688668
ok_(isinstance(operator_arguments, OperatorArguments))
86698669
ok_(operator_arguments.names == ['data', 'act_type'])
8670-
print(operator_arguments.types)
86718670
ok_(operator_arguments.types
86728671
== ['NDArray-or-Symbol', "{'relu', 'sigmoid', 'softrelu', 'softsign', 'tanh'}, required"])
86738672
ok_(operator_arguments.narg == 2)
86748673

86758674

8676-
86778675
if __name__ == '__main__':
86788676
import nose
86798677
nose.runmodule()

0 commit comments

Comments
 (0)