Skip to content

Commit 830265a

Browse files
Johannes Ball?copybara-github
authored andcommitted
Removes flaky check in entropy model layer unit test.
PiperOrigin-RevId: 293392766 Change-Id: Ieb8f7a88f9a6be57dfc9f9a4bb76d307224dcc28
1 parent 19eb16c commit 830265a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tensorflow_compression/python/layers/entropy_models_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,6 @@ def test_entropy_estimates(self):
259259
codelength = 8 * sum(len(s) for s in bitstrings)
260260
self.assertAllClose(diff_entropy, disc_entropy, rtol=5e-3, atol=0)
261261
self.assertAllClose(disc_entropy, codelength, rtol=5e-3, atol=0)
262-
self.assertGreater(codelength, disc_entropy)
263262

264263

265264
@test_util.deprecated_graph_mode_only

0 commit comments

Comments
 (0)