Skip to content

Commit

Permalink
fix: epsilon
Browse files Browse the repository at this point in the history
  • Loading branch information
phi-friday committed Feb 25, 2024
1 parent ae54901 commit d4f35f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

ValueT = TypeVar("ValueT", infer_variance=True)

EPSILON: float = 0.01
EPSILON: float = 0.1


class CustomDisposable:
Expand Down

0 comments on commit d4f35f2

Please sign in to comment.