increased 1 hour comparison by 60 seconds to avoid seconds deviation
This commit is contained in:
parent
c5a88cb8f2
commit
4007459e93
@ -107,7 +107,7 @@ class ValidationRuleBaseFunctions():
|
||||
violation_state = (delta<=threshold)
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user