Skip to content

Commit

Permalink
remove test decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
Me committed Oct 12, 2023
1 parent 4eec6a7 commit 0f2d82b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_lstm.py
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,6 @@ def func(x):
self.run_test_case(func, {"input:0": x_val}, [], ["output:0", "output1:0"], rtol=1e-05, atol=1e-06)

@check_tf_min_version("2.0")
@skip_tf_versions("2.1", "Bug in TF 2.1")
def test_keras_bilstm_recurrent_activation_is_hard_sigmoid(self):
in_shape = [10, 3]
x_val = np.random.uniform(size=[2, 10, 3]).astype(np.float32)
Expand Down

0 comments on commit 0f2d82b

Please sign in to comment.