Issue: Test case breaking on windows due to wrong path
-removing / from testNameCollision function
This commit is contained in:
parent
176b372cc3
commit
2be3a95b98
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user