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

add optional data_path parameter to generate_spectra_splits #1

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

aaronwtr
Copy link

added an optional data_path parameter that can be used to specify path where the spectra splits can be saved to. If left empty, the folder gets put in the root directory, as it was before. Beware: when specifying location, make sure to format the path as <path/to/folder/>, with a final /. This is necessary to preserve the original implementation where the folders get written to the root folder without adding to much additional logic.

Optional parameter to allow people to specify a relative path where the SPECTRA splits will be stored
optional data_path variable. If specified, the SPECTRA splits will be saved at the specified path, it not, they will be placed in root folder, as they were before.
this commit fixes an integration bug where the spectra graph wasn't stored at the correct location similarly to the spectra splits
this commit fixes an integration bug where the spectra graph wasn't stored at the correct location similarly to the spectra splits
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

Successfully merging this pull request may close these issues.

1 participant