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

Ensures co-registration path is absolute #196

Merged
merged 4 commits into from
Aug 10, 2022
Merged

Ensures co-registration path is absolute #196

merged 4 commits into from
Aug 10, 2022

Conversation

alex-l-kong
Copy link
Contributor

What is the purpose of this PR?

Closes #184. Currently, saving coreg_params.json correctly assumes the user is working directly in the templates directory when starting up their Jupyter notebook. However, users and more frequently creating subdirectories inside templates to organize their runs, which causes this saving scheme to fail.

How did you implement your changes

Using an absolute path to coreg_params.json in toffy should do the trick.

@alex-l-kong alex-l-kong self-assigned this Aug 4, 2022
@alex-l-kong alex-l-kong requested a review from ngreenwald August 9, 2022 23:51
Copy link
Member

@ngreenwald ngreenwald left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The build passed, looks like it's not updating from travis for some reason

@ngreenwald ngreenwald merged commit ef2df33 into main Aug 10, 2022
@ngreenwald ngreenwald deleted the coreg_path_fix branch August 10, 2022 15:31
@camisowers camisowers added the enhancement New feature or request label Sep 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support more flexible file path specification for coreg_params.json saving
3 participants