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

UCI Hydraulic Preprocess Data Recipe #99

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jul 15, 2020

  1. Jm/hydraulic Data Recipe (#1)

    * Added data recipe for importing hydraulic condition monitoring dataset
    
    * Renamed the file to be shorter
    james94 authored Jul 15, 2020
    Configuration menu
    Copy the full SHA
    38b7b03 View commit details
    Browse the repository at this point in the history
  2. Jm/hydraulic data recipe updated based on Edgar's feedback (#2)

    * Added data recipe for importing hydraulic condition monitoring dataset
    
    * Renamed the file to be shorter
    
    * Updated Data Recipe based on Edgar's feedback
    
    Changed all places where I was using module level objects
    to use only import modules for code readability.
    Added type hints for each class method, which improves
    readability by specifying the expected argument
    and return types.
    Updated comments with keyword arguments.
    Replaced series of if/elif statements with a dictionary.
    Updated code that specifies the destination filepath for
    output file by using os join instead of file replace.
    Changed all my custom variable names to lowercase
    underscores instead of mixed case.
    james94 authored Jul 15, 2020
    Configuration menu
    Copy the full SHA
    49c2c87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87c3546 View commit details
    Browse the repository at this point in the history