Issue: Test case breaking on windows due to wrong path

-removing / from testNameCollision function
This commit is contained in:
ather 2020-12-30 23:59:10 -05:00
parent 176b372cc3
commit 2be3a95b98

View File

@ -109,7 +109,7 @@ class LatestCheckpointWithRelativePaths(test.TestCase):
with self.tempWorkingDir(tempdir):
# Save training snapshots to a relative path.
traindir = "train/"
traindir = "train"
os.mkdir(traindir)
filename = "snapshot"