소스 검색

un-flappy

justheuristic 3 년 전
부모
커밋
754d3f9314
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/test_util_modules.py

+ 1 - 1
tests/test_util_modules.py

@@ -578,7 +578,7 @@ def test_performance_ema_threadsafe(
     num_updates: int = 100,
     alpha: float = 0.05,
     bias_power: float = 0.7,
-    tolerance: float = 0.05,
+    tolerance: float = 0.1,
 ):
     def run_task(ema):
         task_size = random.randint(1, 4)