kennknowles opened a new issue, #19124:
URL: https://github.com/apache/beam/issues/19124
Similar to Python's unittest module, can we have a 'almost_equal_to()'
matcher to allow for comparing floats?
Suggested definition:
def almost_equal_to(expected, delta=1e-6):
...
Does that make sense or a better approach would be to allow overriding of
the default comparison of 'sorted_expected' and 'sorted_actual' in 'equal_to()'?
Imported from Jira
[BEAM-6035](https://issues.apache.org/jira/browse/BEAM-6035). Original Jira may
contain additional context.
Reported by: zachmoshe.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]