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

Conversation

rmar3a
Copy link
Contributor

@rmar3a rmar3a commented Aug 31, 2018

  • 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

- 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
@oschulte
Copy link
Collaborator

great! We still should review the general functionality of schema edges, see my issue post.

@oschulte oschulte merged commit 7db3bb5 into master Aug 31, 2018
@rmar3a rmar3a deleted the remove-rnid-column branch September 6, 2018 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants