We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a629d43 commit 17f315bCopy full SHA for 17f315b
tests/test_diffusion.py
@@ -61,7 +61,7 @@ def setUp(self):
61
62
now = datetime.datetime.now()
63
now = now.strftime("%Y_%m_%d_%H_%M_%S")
64
- self.out_f = f"{script_dir}/tests_{now}"
+ self.out_f = f"{script_dir}/tests_{now}_{idx}"
65
os.mkdir(self.out_f)
66
67
# Make sure we have access to all the relevant files
0 commit comments