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

Remove sub-fact++ modules importability #217

Merged
merged 3 commits into from
Sep 21, 2021

Conversation

CasperWA
Copy link
Collaborator

I.e., remove them as Python importable modules.
Ensure all files are still included in the package build.

Closes #213.

Note, this is a remake of #214, but using a branch from this repository instead of a fork.

@CasperWA CasperWA changed the title Remove sub-fact++ modules Remove sub-fact++ modules importability Sep 21, 2021
@CasperWA
Copy link
Collaborator Author

Review comment by @francescalb.

CasperWA and others added 3 commits September 21, 2021 11:23
I.e., remove them as Python importable modules.
Ensure all files are still included in the package build.
Fixed factpluspluswrapper for rdflib < 5.0.0.
The `replace` parameter did not become available through the `bind()`
method until rdflib v5.0.0, however, the functionality is there.
Since the `bind()` method is just a proxy method for the same named
method for the `namespace_manager`, this can be used instead.

Note, it is imperative that Java is installed for this to work.
This is needed to test `emmo.sync_resolver()`.
@CasperWA CasperWA force-pushed the cwa/close-213-factpluspluswrapper-importability branch from e5c95ef to 8f8bb2b Compare September 21, 2021 09:27
@CasperWA
Copy link
Collaborator Author

Review comment by @francescalb.

This has been done now, I think, @francescalb.

Copy link
Collaborator

@francescalb francescalb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This cleans up the fact++ integration nicely

@CasperWA CasperWA merged commit 184f89d into master Sep 21, 2021
@CasperWA CasperWA deleted the cwa/close-213-factpluspluswrapper-importability branch September 21, 2021 09:40
CasperWA added a commit that referenced this pull request Sep 21, 2021
This was already done once for the #217 PR, however, due to the
remodelling of the repository in #208 this change seems to have
disappeared.
CasperWA added a commit that referenced this pull request Sep 22, 2021
This was already done once for the #217 PR, however, due to the
remodelling of the repository in #208 this change seems to have
disappeared.
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.

Remove importability of sub-factpluspluswrapper folders
2 participants