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: Explanation hstack undefined name error #86

Merged
merged 2 commits into from
May 29, 2023

Commits on May 28, 2023

  1. fix: bug with Explanation hstack

    `hstack` as was initially implemented cannot run because `axis` is not
    defined.
    My best guess for the implementation for `hstack` is to hstack the
    values and return a new Explanation object, rather than doing a "min". I
    assume that was just a typo / copy-paste error.
    thatlittleboy committed May 28, 2023
    Configuration menu
    Copy the full SHA
    e8f61a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8179889 View commit details
    Browse the repository at this point in the history