Skip to content

Commit 01ea598

Browse files
author
Me
committed
remove test decorator
Signed-off-by: Me <[email protected]>
1 parent caddfea commit 01ea598

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_lstm.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,6 @@ def func(x):
776776
self.run_test_case(func, {"input:0": x_val}, [], ["output:0", "output1:0"], rtol=1e-05, atol=1e-06)
777777

778778
@check_tf_min_version("2.0")
779-
@skip_tf_versions("2.1", "Bug in TF 2.1")
780779
def test_keras_bilstm_recurrent_activation_is_hard_sigmoid(self):
781780
in_shape = [10, 3]
782781
x_val = np.random.uniform(size=[2, 10, 3]).astype(np.float32)

0 commit comments

Comments
 (0)