We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
test_roundtrip.py compares the RDF after the roundtrip, and finds lots of differences. These are reported by default like this:
test_roundtrip.py
WARNING:sbol.test:Detected 24 differences in RDF WARNING:sbol.test:Set environment variable SBOL_TEST_DEBUG to see details
To see the details run with the SBOL_TEST_DEBUG environment variable set (to any value), like this:
SBOL_TEST_DEBUG= python3 -m unittest sbol/test/test_roundtrip.py
The text was updated successfully, but these errors were encountered:
Have scanned through the RDF diffs. These errors all relate to either #43 or #7.
Sorry, something went wrong.
Remaining issues involve extensions, see #7
These issues have been reduced to 3, and all are related to the version property.
version
tcmitchell
bbartley
Successfully merging a pull request may close this issue.
test_roundtrip.py
compares the RDF after the roundtrip, and finds lots of differences. These are reported by default like this:To see the details run with the SBOL_TEST_DEBUG environment variable set (to any value), like this:
The text was updated successfully, but these errors were encountered: