Closed adler-j closed 7 years ago
Basically this makes the load_data_from_nas script fail, at least on windows. This is because Reference and Users are on different drives.
load_data_from_nas
Reference
Users
Got this fixed now, only a minor issue remains, that we don't check for the paths properly. I'll make a PR.
Nice! Assuming that you're referring to #22
Basically this makes the
load_data_from_nas
script fail, at least on windows. This is becauseReference
andUsers
are on different drives.