We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c7d0c7 commit 5ce6c24Copy full SHA for 5ce6c24
tf_keras/tests/integration_test.py
@@ -32,7 +32,7 @@ class KerasIntegrationTest(test_combinations.TestCase):
32
def _save_and_reload_model(self, model):
33
self.temp_dir = self.get_temp_dir()
34
fpath = os.path.join(
35
- self.temp_dir, f"test_model_{random.randint(0, 10000000.0)}"
+ self.temp_dir, f"test_model_{random.randint(0, 10000000)}"
36
)
37
if tf.executing_eagerly():
38
save_format = "tf"
0 commit comments