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

Global Constant for Default Error Bounds #312

Closed
hongyuchen1030 opened this issue May 11, 2023 · 1 comment
Closed

Global Constant for Default Error Bounds #312

hongyuchen1030 opened this issue May 11, 2023 · 1 comment
Assignees
Labels
new feature New feature or request
Milestone

Comments

@hongyuchen1030
Copy link
Contributor

hongyuchen1030 commented May 11, 2023

Describe the feature you'd like added to this project
We require a universal constant to account for error tolerance in our project. Users will be able to define this constant, but if they do not specify a value, a default value of approximately 1.0e-15 will be used.

Additional context
This feature would be useful for ensuring consistency and accuracy in our project. It would also make it easier for users to customize their experience.

@philipc2
Copy link
Member

This has already been implemented, presumably as part of some of the other functionality you implemented.

ERROR_TOLERANCE = 1.0e-8

@philipc2 philipc2 removed a link to a pull request May 14, 2024
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature New feature or request
Projects
Status: ✅ Done
Development

No branches or pull requests

3 participants