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

Type casting for data values should never result in scientific notation strings. #59

Open
matentzn opened this issue Dec 7, 2020 · 0 comments

Comments

@matentzn
Copy link
Collaborator

matentzn commented Dec 7, 2020

There are some areas where typecasting happens, but I would probably start looking here:

private OWLAnnotationValue getLiteral(Object value) {

Sometimes, when dealing with doubles, numbers can suddenly be rendered into scientific notation. That should be generally prevented.

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

No branches or pull requests

1 participant