QuantestPy / quantestpy

Apache License 2.0
9 stars 3 forks source link

Given that exact equal is default for asser_equal methods, should we set number_of_decimal_places=14 as default value? #107

Closed junnaka51 closed 2 years ago

junnaka51 commented 2 years ago

Considering the fact that the significant point in python float is 15.

junnaka51 commented 2 years ago

This is solved by introducing atol and rtol.