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

Adds area to get_results_timeseries() for SSmse #424

Merged
merged 2 commits into from
Apr 17, 2024
Merged

Commits on Mar 25, 2024

  1. refactor(get_results_timeseries): Combines calls

    There was no need to call gsub twice, when an `|` performed the same
    task for searching for brackets and colons. Now this is done in one call
    to `gsub()`.
    kellijohnson-NOAA committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    9bc5104 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. fix(get_results_timeseries): Assigns Area, Seas

    For SPRratio and recruitment deviations, because this information is in
    in the derived quantities and recruitment sections that do not summarize
    by season or area but rather by year. Determine season of recruitment
    from elsewhere in the report file rather than just assign 1.
    
    Use semantic versioning.
    kellijohnson-NOAA committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    42d44c4 View commit details
    Browse the repository at this point in the history