Skip to content

Commit 8edf70d

Browse files
committed
relax test_dynamic_basiclstm atol
1 parent cc5bc2f commit 8edf70d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_lstm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ def test_dynamic_basiclstm(self):
335335
feed_dict = {"input_1:0": x_val}
336336
input_names_with_port = ["input_1:0"]
337337
output_names_with_port = ["output:0", "cell_state:0"]
338-
self.run_test_case(feed_dict, input_names_with_port, output_names_with_port, rtol=0.0001)
338+
self.run_test_case(feed_dict, input_names_with_port, output_names_with_port, rtol=0.0001, atol=1e-06)
339339

340340
def test_dynamic_lstm_output_consumed_only(self):
341341
units = 5

0 commit comments

Comments
 (0)