-
Notifications
You must be signed in to change notification settings - Fork 46
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
Tests Failing Due to Roundoff #52
Comments
The problem is the default print shows numerical noise in some of the output. Perhaps we can add an optional format specifier to printing routines (with the current formatting as the default)? |
That'd be useful. Are these prints all happening with prints that eventually end in MQC_General print routines? |
I don't think so, but it should be easy enough to change. I also recall that the argument order in MQC intrinsic print is inconsistent with MQC algebra1, algebra2 and EST printing. I am not sure that was ever fixed either. |
I added a high precision keyword to some printing routines in algebra 1 as a temporary measure that should be replaced with a more consistent option across all printing routines |
Merge pull request #52 from MQCPack/master
A few of the test jobs are failing because of round-off errors. We need to fix this. Ideas?
The text was updated successfully, but these errors were encountered: