increased 1 hour comparison by 60 seconds to avoid seconds deviation
This commit is contained in:
parent
1164c8055d
commit
875da997df
@ -107,7 +107,7 @@ class ValidationRuleBaseFunctions():
|
|||||||
violation_state = (delta<=threshold)
|
violation_state = (delta<=threshold)
|
||||||
return violation_state
|
return violation_state
|
||||||
|
|
||||||
def check_participants_agree_on_estimated_time(self, shipcall, query, df_times, applicable_shipcall_type, threshold:int=3600)->bool:
|
def check_participants_agree_on_estimated_time(self, shipcall, query, df_times, applicable_shipcall_type, threshold:int=3660)->bool:
|
||||||
"""
|
"""
|
||||||
# base function for all validation rules in the group {0002} A-C
|
# base function for all validation rules in the group {0002} A-C
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user