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

Commits on Apr 24, 2024

  1. add data_path param to generate_spectra_splits

    Optional parameter to allow people to specify a relative path where the SPECTRA splits will be stored
    aaronwtr authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    d106964 View commit details
    Browse the repository at this point in the history
  2. add optional data_path to generate_spectra_splits

    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.
    aaronwtr authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    dea1a9a View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. improve generate_spectra_splits

    this commit fixes an integration bug where the spectra graph wasn't stored at the correct location similarly to the spectra splits
    aaronwtr authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    49c8de5 View commit details
    Browse the repository at this point in the history
  2. update construct_spectra_graph to save at relative path

    this commit fixes an integration bug where the spectra graph wasn't stored at the correct location similarly to the spectra splits
    aaronwtr authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    008b2db View commit details
    Browse the repository at this point in the history