download to dataset directory

This commit is contained in:
Carl Pearson
2021-11-24 08:24:14 -08:00
parent 21c3a99914
commit 2e015eb8cf

View File

@@ -14,7 +14,7 @@ mats = dataset.mats
print(len(mats)) print(len(mats))
scratchPath = Path(os.environ["SCRATCH"]) scratchPath = Path(os.environ["SCRATCH"])
downPath = scratchPath / "suitesparse" downPath = scratchPath / dataset.name
print("ensure", downPath) print("ensure", downPath)
try: try:
os.makedirs(downPath) os.makedirs(downPath)