dysonance / Temporal.jl

Time series implementation for the Julia language focused on efficiency and flexibility
Other
100 stars 25 forks source link

Use joinpath and homedir instead of expanduser so it will work on windows #41

Closed maccam912 closed 4 years ago

maccam912 commented 4 years ago

Tested this change and it works as intended on Windows. I tested on WSL2 to make sure it all still worked on linux as well.