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

Adapt to be used directly with fmu-ensemble #207

Merged
merged 7 commits into from
Jan 25, 2021
Merged

Commits on Jan 22, 2021

  1. Configuration menu
    Copy the full SHA
    ff8aa8f View commit details
    Browse the repository at this point in the history
  2. datetime=False in df() will trigger FutureWarning

    This is done to later be able to change the API, to obtain
    cleaner code and more API predictability.
    
    Some refactoring for code readability (pylint)
    berland committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    c450c58 View commit details
    Browse the repository at this point in the history
  3. Remove function normalize_dates()

    This function is only used once, and is better left by
    directly calling the Pandas API by the caller.
    berland committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    f4ba456 View commit details
    Browse the repository at this point in the history
  4. Fixes after review

    berland committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    548b56c View commit details
    Browse the repository at this point in the history
  5. Review iter 2

    berland committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    fd98079 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

  1. Configuration menu
    Copy the full SHA
    32515aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3868f96 View commit details
    Browse the repository at this point in the history