osirrc / jig

Jig for the Open-Source IR Replicability Challenge (OSIRRC)
13 stars 3 forks source link

Improve handling of relative/absolute paths #38

Closed ryan-clancy closed 5 years ago

ryan-clancy commented 5 years ago

Python has an os.path.abspath() function that we should be used for paths as Docker requires absolute paths in some cases - this removes the burden from the user to remember to do so.