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

Fix RefSystemTest #560

Closed
danielfeismann opened this issue Jul 3, 2023 · 0 comments · Fixed by #561
Closed

Fix RefSystemTest #560

danielfeismann opened this issue Jul 3, 2023 · 0 comments · Fixed by #561
Assignees
Labels
test Issues related to (unit) tests

Comments

@danielfeismann
Copy link
Member

testTolerance < Math.abs(actual.getValue().doubleValue() - expected.getValue().doubleValue()) should be changed to (actual - expected) < testTolerance

@danielfeismann danielfeismann added the test Issues related to (unit) tests label Jul 3, 2023
@danielfeismann danielfeismann self-assigned this Jul 3, 2023
danielfeismann added a commit that referenced this issue Jul 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Issues related to (unit) tests
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant