@@ -724,7 +724,6 @@ def id(self) -> typing.Optional[str]:
724
724
"""Return the unique id of the run"""
725
725
return self ._id
726
726
727
- @pydantic .validate_call
728
727
@skip_if_failed ("_aborted" , "_suppress_errors" , False )
729
728
@pydantic .validate_call
730
729
def reconnect (self , run_id : str ) -> bool :
@@ -765,7 +764,6 @@ def set_pid(self, pid: int) -> None:
765
764
"""
766
765
self ._pid = pid
767
766
768
- @pydantic .validate_call
769
767
@skip_if_failed ("_aborted" , "_suppress_errors" , False )
770
768
@pydantic .validate_call
771
769
def config (
@@ -869,7 +867,6 @@ def update_tags(self, tags: list[str]) -> bool:
869
867
870
868
return False
871
869
872
- @pydantic .validate_call
873
870
@skip_if_failed ("_aborted" , "_suppress_errors" , False )
874
871
@pydantic .validate_call
875
872
def log_event (self , message , timestamp : typing .Optional [str ] = None ) -> bool :
@@ -944,7 +941,6 @@ def _add_metrics_to_dispatch(
944
941
945
942
return True
946
943
947
- @pydantic .validate_call
948
944
@skip_if_failed ("_aborted" , "_suppress_errors" , False )
949
945
@pydantic .validate_call
950
946
def log_metrics (
@@ -1079,7 +1075,6 @@ def save(
1079
1075
1080
1076
return True
1081
1077
1082
- @pydantic .validate_call
1083
1078
@skip_if_failed ("_aborted" , "_suppress_errors" , False )
1084
1079
@pydantic .validate_call
1085
1080
def save_directory (
@@ -1116,7 +1111,6 @@ def save_directory(
1116
1111
1117
1112
return True
1118
1113
1119
- @pydantic .validate_call
1120
1114
@skip_if_failed ("_aborted" , "_suppress_errors" , False )
1121
1115
@pydantic .validate_call
1122
1116
def save_all (
@@ -1270,7 +1264,6 @@ def set_folder_details(
1270
1264
1271
1265
return False
1272
1266
1273
- @pydantic .validate_call
1274
1267
@skip_if_failed ("_aborted" , "_suppress_errors" , False )
1275
1268
@pydantic .validate_call
1276
1269
def add_alerts (
@@ -1318,7 +1311,6 @@ def add_alerts(
1318
1311
1319
1312
return False
1320
1313
1321
- @pydantic .validate_call
1322
1314
@skip_if_failed ("_aborted" , "_suppress_errors" , None )
1323
1315
@pydantic .validate_call
1324
1316
def create_alert (
@@ -1480,7 +1472,6 @@ def create_alert(
1480
1472
1481
1473
return alert_id
1482
1474
1483
- @pydantic .validate_call
1484
1475
@skip_if_failed ("_aborted" , "_suppress_errors" , False )
1485
1476
@pydantic .validate_call
1486
1477
def log_alert (
0 commit comments