diff --git a/simvue/run.py b/simvue/run.py index c67b980e..d916347c 100644 --- a/simvue/run.py +++ b/simvue/run.py @@ -724,7 +724,6 @@ def id(self) -> typing.Optional[str]: """Return the unique id of the run""" return self._id - @pydantic.validate_call @skip_if_failed("_aborted", "_suppress_errors", False) @pydantic.validate_call def reconnect(self, run_id: str) -> bool: @@ -765,7 +764,6 @@ def set_pid(self, pid: int) -> None: """ self._pid = pid - @pydantic.validate_call @skip_if_failed("_aborted", "_suppress_errors", False) @pydantic.validate_call def config( @@ -869,7 +867,6 @@ def update_tags(self, tags: list[str]) -> bool: return False - @pydantic.validate_call @skip_if_failed("_aborted", "_suppress_errors", False) @pydantic.validate_call def log_event(self, message, timestamp: typing.Optional[str] = None) -> bool: @@ -944,7 +941,6 @@ def _add_metrics_to_dispatch( return True - @pydantic.validate_call @skip_if_failed("_aborted", "_suppress_errors", False) @pydantic.validate_call def log_metrics( @@ -1079,7 +1075,6 @@ def save( return True - @pydantic.validate_call @skip_if_failed("_aborted", "_suppress_errors", False) @pydantic.validate_call def save_directory( @@ -1116,7 +1111,6 @@ def save_directory( return True - @pydantic.validate_call @skip_if_failed("_aborted", "_suppress_errors", False) @pydantic.validate_call def save_all( @@ -1270,7 +1264,6 @@ def set_folder_details( return False - @pydantic.validate_call @skip_if_failed("_aborted", "_suppress_errors", False) @pydantic.validate_call def add_alerts( @@ -1318,7 +1311,6 @@ def add_alerts( return False - @pydantic.validate_call @skip_if_failed("_aborted", "_suppress_errors", None) @pydantic.validate_call def create_alert( @@ -1480,7 +1472,6 @@ def create_alert( return alert_id - @pydantic.validate_call @skip_if_failed("_aborted", "_suppress_errors", False) @pydantic.validate_call def log_alert(