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

Fixes error in handling #34

Merged
merged 3 commits into from
Jul 27, 2018
Merged

Fixes error in handling #34

merged 3 commits into from
Jul 27, 2018

Commits on Jul 27, 2018

  1. Fix error in handling

    self.param_log.min() was throwing an error. Since it is a list and not
    a numpy array. Changing it to min(self.param_log) seemed to fix the
    problem.
    
    A similar change was implemented for the reverse method.
    
    Resolve autonomio#30
    matthewcarbone committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    3ac3fca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb1645c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3a17c0 View commit details
    Browse the repository at this point in the history