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

Model setup is not saved in the right place #46

Open
j-faria opened this issue Jun 22, 2018 · 1 comment
Open

Model setup is not saved in the right place #46

j-faria opened this issue Jun 22, 2018 · 1 comment
Labels

Comments

@j-faria
Copy link
Owner

j-faria commented Jun 22, 2018

The kima_model_setup.txt file is not always saved in the right directory.
It is always created in the current directory, but it should instead be created in the same directory as sample.options.sample_file.

@eggplantbren, any idea how to access that directory from within the RVmodel methods?

@j-faria j-faria added the bug label Jun 22, 2018
@eggplantbren
Copy link
Collaborator

eggplantbren commented Jun 23, 2018

The easiest way is probably to get one of the filenames from the Options object and extract its path. But that's slightly unsatisfactory because it means different output filenames are treated differently, and that's awkward. Ultimately I think it's probably best to have output filenames and the output directory specified separately.

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

No branches or pull requests

2 participants