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

Parallel weight generation with Dask #290

Merged
merged 17 commits into from
Sep 1, 2023

Commits on Aug 15, 2023

  1. Parallel weight generation implementation

    charlesgauthier-udm committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    9a72154 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    4988fa2 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. added Para weight gen with locstreams, fixed weight gen when bounds a…

    …re given.
    charlesgauthier-udm committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    0bd4224 View commit details
    Browse the repository at this point in the history
  2. Wrote tests for para weight gen, updated docs

    charlesgauthier-udm committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    ef1b594 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05bc733 View commit details
    Browse the repository at this point in the history
  4. Fixed failing tests

    charlesgauthier-udm committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    bdb3fff View commit details
    Browse the repository at this point in the history
  5. Fixed error in tests, added comments to frontend.py

    charlesgauthier-udm committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    549a58e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    214269a View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Simplified Dask notebook, added comments to code and fixed ds_in issu…

    …e in dropping unnecessary vars
    charlesgauthier-udm committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    bf27c57 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    3651877 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Implemented requested changes

    charlesgauthier-udm committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    e83ae39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f6084f View commit details
    Browse the repository at this point in the history
  3. Included dims drop for locstream_out=True case.

    charlesgauthier-udm committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    0b45750 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Moved para regridding code outside of init and into its own method to…

    … keep init from getting too complex
    charlesgauthier-udm committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    ffae767 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    299de0d View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    605081f View commit details
    Browse the repository at this point in the history
  2. add comment

    huard committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    292c1c3 View commit details
    Browse the repository at this point in the history