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

Removed the "rnid" column from the lattice_membership table. #82

Merged
merged 1 commit into from
Aug 31, 2018

Commits on Aug 31, 2018

  1. Removed the "rnid" column from the lattice_membership table.

    - Removed the "rnid" column from the lattice_membership table and
      made all references to that column use the "member" column instead.
      This is safe to do now because the values in the "member" column
      are using the full RNID instead of the short RNID.
    - This should fix the issue where some arrows are missing in the Bayes
      Net that gets generated by FactorBase.
    
    GitHub Issue: #81
    rmar3a committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    425117e View commit details
    Browse the repository at this point in the history