Skip to content

Commit

Permalink
fix: loky test epsilon 0.5 -> 1
Browse files Browse the repository at this point in the history
  • Loading branch information
phi-friday committed Jul 29, 2023
1 parent 2f60fcd commit 685892f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/convert/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class BaseTest:
@property
def epsilon(self) -> float:
if self.backend == "loky":
return 0.5
return 1
if self.backend == "thread":
return 0.1

Expand Down

0 comments on commit 685892f

Please sign in to comment.