File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -565,7 +565,7 @@ def test_SampleTimeGenerator_StepOfTwo(self):
565
565
decimal = 7 , err_msg = error , \
566
566
verbose = True )
567
567
568
- def test_SampleTimeGenerator_ (self ):
568
+ def test_SampleTimeGenerator_EndPointMoreThanHalfStepSize (self ):
569
569
# Check that the sequence includes the end-point when it's
570
570
# distance from the previous point is more than half the
571
571
# step-size. This is required for collision-checking
@@ -581,7 +581,7 @@ def test_SampleTimeGenerator_(self):
581
581
decimal = 7 , err_msg = error , \
582
582
verbose = True )
583
583
584
- def test_SampleTimeGenerator_ (self ):
584
+ def test_SampleTimeGenerator_EndPointLessThanHalfStepSize (self ):
585
585
# Check that the end-point is excluded when it's less than
586
586
# half the step-size from the previous value.
587
587
expected_sequence = [0.0 , 2.0 , 4.0 ]
You can’t perform that action at this time.
0 commit comments