Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistencies in directory handling #1

Open
mbollmann opened this issue Mar 1, 2018 · 1 comment
Open

Inconsistencies in directory handling #1

mbollmann opened this issue Mar 1, 2018 · 1 comment

Comments

@mbollmann
Copy link

Some parts of the code make the assumption that the current directory (meaning the directory from which you start cSMTiser) is also the working directory (the working_dir given in config.yml), and break if the working directory is set to something else (which I think should be good practice...).

Two parts that I encountered:

@nljubesi
Copy link
Contributor

nljubesi commented Mar 9, 2018

@mbollmann, thank you for reporting the issue. This is a recently introduced bug during a code reorganization process.

I now added the dev and lm paths to the process of transforming relative paths to absolute in https://github.com/clarinsi/csmtiser/blob/master/csmtiser/config.py#L28.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants