Skip to content

Commit 5ce6c24

Browse files
Automated Code Change
PiperOrigin-RevId: 741233420
1 parent 0c7d0c7 commit 5ce6c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tf_keras/tests/integration_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class KerasIntegrationTest(test_combinations.TestCase):
3232
def _save_and_reload_model(self, model):
3333
self.temp_dir = self.get_temp_dir()
3434
fpath = os.path.join(
35-
self.temp_dir, f"test_model_{random.randint(0, 10000000.0)}"
35+
self.temp_dir, f"test_model_{random.randint(0, 10000000)}"
3636
)
3737
if tf.executing_eagerly():
3838
save_format = "tf"

0 commit comments

Comments
 (0)