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 conjunctive graphs leaking between stores #13

Merged
merged 6 commits into from
Nov 3, 2023

Conversation

eilmiv
Copy link

@eilmiv eilmiv commented Nov 1, 2023

Fixes #12

Contains:

  • removal of duplicated code
  • the actual bug fix (only single line after duplicate code removal)
  • bug fixes in utils
  • added parameter identifier to get_conjunctive_graph function (allows specifying which graph write operations happen to)

@eilmiv
Copy link
Author

eilmiv commented Nov 1, 2023

@devkral I can of cause also run code formatting, but this would create lots of changes in existing code.

@devkral
Copy link
Owner

devkral commented Nov 3, 2023

looks good, thank you

@devkral devkral merged commit 8391859 into devkral:master Nov 3, 2023
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.

Conjunctive graphs leak triples between stores
2 participants