Skip to content

Commit

Permalink
fix: epsilon
Browse files Browse the repository at this point in the history
  • Loading branch information
phi-friday committed Mar 8, 2024
1 parent b0a59f6 commit 241da58
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 241da58

Please sign in to comment.