TomMaullin / BLM

This repository contains all code for the python implementation of distributed OLS for locally stored data.
1 stars 3 forks source link

Relative path fix #66

Closed TomMaullin closed 5 years ago

TomMaullin commented 5 years ago

This is a fix to a user reported bug that relative paths do not work in the blm_config file. To address this the setup job reads the file and replaces any relative paths with absolute paths. As all batches need to access the blm_config.yml file this seemed like the safest option to ensure all paths are correctly specified.