Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Need to be able to pass a model to LBPQueryEngine without loosing numeric precision #22

Open
GoogleCodeExporter opened this issue May 9, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Currently, there are three options on DefaultSymbol for managing the String 
representation of numeric Symbols:

_displayNumericPrecision
_displayScientificGreaterNIntegerPlaces
_displayScientificAfterNDecimalPlaces

which are global in the system. However, the PRAiSEDemoApp sets these fairly 
low (originally set to 2,6,4 now 6,6,6 to accommodate default translate rules 
precision). Therefore when a Model in instantiated and converted to its String 
representation to work with the LBPQueryEngine API (which accepts String 
representations of the input query and model in order to support working in 
remote/server settings so that Expressions don't have to be passed directly) 
precision defined in the model can be lost.


Original issue reported on code.google.com by ctjoreilly@gmail.com on 15 Jul 2013 at 7:05

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

1 participant