@@ -509,20 +509,20 @@ def test_return_one_method_one_placeholder(
509509 "tests/data/wst-test-1.vim" , 65 , Decimal ("0.025" ), Decimal ("1.625" ),
510510 datetime (2022 , 11 , 1 , 11 , 7 ,5 ),
511511 {
512- # penetration rate=B, hammering=AP, load =W, turning=H, rotation_rate=R
512+ # penetration rate=B, hammering=AP, penetration_force =W, turning=H, rotation_rate=R
513513 Decimal ("0.025" ): {"comment_code" : None , "remarks" : None , "penetration_rate" : Decimal ("0.3" ), "hammering" : False , "rotation_rate" :Decimal ("0" )},
514- Decimal ("0.350" ): {"penetration_rate" : Decimal ("2.2" ), "hammering" : False , "rotation_rate" : Decimal ("0" ), "load " : Decimal ("-0.796" ), "turning" : Decimal ("0" )},
515- Decimal ("0.375" ): {"penetration_rate" : Decimal ("0.2" ), "hammering" : False , "rotation_rate" : Decimal ("0" ), "load " : Decimal ("1.02" ), "turning" : Decimal ("1112" )},
514+ Decimal ("0.350" ): {"penetration_rate" : Decimal ("2.2" ), "hammering" : False , "rotation_rate" : Decimal ("0" ), "penetration_force " : Decimal ("-0.796" ), "turning" : Decimal ("0" )},
515+ Decimal ("0.375" ): {"penetration_rate" : Decimal ("0.2" ), "hammering" : False , "rotation_rate" : Decimal ("0" ), "penetration_force " : Decimal ("1.02" ), "turning" : Decimal ("1112" )},
516516 },
517517),
518518(
519519 "tests/data/wst-test-2.vim" , 7 , Decimal ("3.625" ), Decimal ("3.775" ),
520520 datetime (2018 , 11 , 20 , 10 , 50 ,21 ),
521521 {
522- # load =A, hammering=AP, load =W, turning=H, rotation_rate=R
523- Decimal ("3.625" ): {"load " :Decimal ("1.020" ), "turning" :Decimal ("152" ), "penetration_rate" : Decimal ("154.208" ), "comment_code" : None , "remarks" : None , "hammering" : False },
524- Decimal ("3.700" ): {"load " : Decimal ("1.020" ), "turning" : Decimal ("24" ), "penetration_rate" : Decimal ("10.287" ), "hammering" : False ,},
525- Decimal ("3.775" ): {"load " : Decimal ("5.681" ), "turning" : Decimal ("24" ), "penetration_rate" : Decimal ("1.506" ), "hammering" : False , "comment_code" : 91 , "remarks" : "Sond kan ej drivas normalt" },
522+ # penetration_force =A, hammering=AP, penetration_force =W, turning=H, rotation_rate=R
523+ Decimal ("3.625" ): {"penetration_force " :Decimal ("1.020" ), "turning" :Decimal ("152" ), "penetration_rate" : Decimal ("154.208" ), "comment_code" : None , "remarks" : None , "hammering" : False },
524+ Decimal ("3.700" ): {"penetration_force " : Decimal ("1.020" ), "turning" : Decimal ("24" ), "penetration_rate" : Decimal ("10.287" ), "hammering" : False ,},
525+ Decimal ("3.775" ): {"penetration_force " : Decimal ("5.681" ), "turning" : Decimal ("24" ), "penetration_rate" : Decimal ("1.506" ), "hammering" : False , "comment_code" : 91 , "remarks" : "Sond kan ej drivas normalt" },
526526 },
527527),
528528 ),
0 commit comments