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

fixing none pred bug #139

Merged
merged 2 commits into from
Sep 6, 2023
Merged

fixing none pred bug #139

merged 2 commits into from
Sep 6, 2023

Conversation

callahantiff
Copy link
Owner

Thanks @sanyabt for pointing out that there was a bug in the owlnets.py file. The bug output triples with None as the predicate value. This error was caused by bad logic in the returns_object_property() function. This has now been repaired and fixed such that it is not possible to return None for predicates.

As a result, a new release will be made and pushed to PyPI. The version number will be bumped to v3.1.1.

@callahantiff callahantiff added the bug Something isn't working label Sep 6, 2023
@callahantiff callahantiff self-assigned this Sep 6, 2023
@callahantiff callahantiff merged commit f15d6d5 into master Sep 6, 2023
1 of 3 checks passed
@callahantiff callahantiff deleted the owlnets_bug branch September 6, 2023 01:08
@sonarcloud
Copy link

sonarcloud bot commented Sep 6, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant