Commit f034cc4
authored
Use
We already have an utility function to check if a `float` is close
to zero, so we can use that instead.
Signed-off-by: Leandro Lucarella <[email protected]>is_close_to_zero() instead of math.isclose(..., abs_tol=...)
1 parent c3418aa commit f034cc4
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
400 | 400 | | |
401 | 401 | | |
402 | 402 | | |
403 | | - | |
| 403 | + | |
404 | 404 | | |
405 | | - | |
| 405 | + | |
406 | 406 | | |
407 | 407 | | |
408 | 408 | | |
| |||
0 commit comments