diff --git a/download.py b/download.py index 12c14f2..e5d9d71 100755 --- a/download.py +++ b/download.py @@ -14,7 +14,7 @@ mats = dataset.mats print(len(mats)) scratchPath = Path(os.environ["SCRATCH"]) -downPath = scratchPath / "suitesparse" +downPath = scratchPath / dataset.name print("ensure", downPath) try: os.makedirs(downPath)