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

Fix bug in update_forecast_datasets worker #113

Merged
merged 6 commits into from
Oct 5, 2022

Commits on Oct 4, 2022

  1. Configuration menu
    Copy the full SHA
    59078e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a877be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1fcd136 View commit details
    Browse the repository at this point in the history
  4. Change many @patch to pytest monkeypatch fixtures

    Remaining @patch decorators support things like Mock.call_args_list that
    require deeper work to refactor.
    douglatornell committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    e25faf8 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Configuration menu
    Copy the full SHA
    d795c35 View commit details
    Browse the repository at this point in the history
  2. Improve exclusion of files from rolling fcst tree

    VENUS_*.nc files are excluded because they are not published on ERDDAP.
    SalishSea_1d*.nc and *restart.nc files are now excluded from all directories
    in the rolling forecast tree.
    
    Closes #112
    douglatornell committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    bf12473 View commit details
    Browse the repository at this point in the history