Skip to content

Commit 17f315b

Browse files
committed
Add index of chunk to test directory name
1 parent a629d43 commit 17f315b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_diffusion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def setUp(self):
6161

6262
now = datetime.datetime.now()
6363
now = now.strftime("%Y_%m_%d_%H_%M_%S")
64-
self.out_f = f"{script_dir}/tests_{now}"
64+
self.out_f = f"{script_dir}/tests_{now}_{idx}"
6565
os.mkdir(self.out_f)
6666

6767
# Make sure we have access to all the relevant files

0 commit comments

Comments
 (0)