We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa9c583 commit d895b07Copy full SHA for d895b07
tests/unit/scheduler/test_strategies.py
@@ -522,8 +522,6 @@ async def test_timing_with_rampup(self):
522
523
### WRITTEN BY AI ###
524
"""
525
- import math
526
-
527
rate = 10.0
528
rampup_duration = 2.0
529
strategy = AsyncConstantStrategy(rate=rate, rampup_duration=rampup_duration)
@@ -612,8 +610,6 @@ async def test_timing_rampup_transition(self):
612
610
613
611
614
615
616
617
618
619
0 commit comments