download to dataset directory
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user