spcl / dace

DaCe - Data Centric Parallel Programming
http://dace.is/fast
BSD 3-Clause "New" or "Revised" License
487 stars 121 forks source link

`SDFG.save()` now performs tilde expansion. #1578

Closed philip-paul-mueller closed 3 months ago

philip-paul-mueller commented 3 months ago

I noticed that it would be cool if I could write sdfg.save("~/tmp/faulty.sdfg") and it would save it into my home directory, instead in a directory ./~ in some random directory.