From 3987db9afbaaccd79ddbb128cb74280c916a8cca Mon Sep 17 00:00:00 2001 From: Guru Deshpande <66385690+guru-desh@users.noreply.github.com> Date: Tue, 30 Jun 2026 15:41:59 -0700 Subject: [PATCH] style: scrubbing --- src/coreai_opt/inspection/types.py | 2 +- tests/export/test_graph_mode_mlir_export.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/coreai_opt/inspection/types.py b/src/coreai_opt/inspection/types.py index e9e8b1d..b04313a 100644 --- a/src/coreai_opt/inspection/types.py +++ b/src/coreai_opt/inspection/types.py @@ -147,7 +147,7 @@ def _display_name(self) -> str: dotted component is returned because state-matching configs are currently keyed on that suffix (e.g., a parameter with name ``"conv.weight"`` can only be matched with ``"weight"`` in the config). Remove this property - once full-FQN state matching lands (rdar://177076777). + once full-FQN state matching lands. """ if self.is_state: return _get_local_state_name(self.op_name) or self.op_name diff --git a/tests/export/test_graph_mode_mlir_export.py b/tests/export/test_graph_mode_mlir_export.py index c6ab860..2ef1d61 100644 --- a/tests/export/test_graph_mode_mlir_export.py +++ b/tests/export/test_graph_mode_mlir_export.py @@ -208,8 +208,8 @@ def test_mnist_export( @pytest.mark.xfail( sys.platform == "linux", reason=( - "rdar://180563388 ([Export Tests] ResNet50 graph-mode int8 quantization" - " SNR falls below threshold on Linux (19.44 < 20.0))" + "[Export Tests] ResNet50 graph-mode int8 quantization" + " SNR falls below threshold on Linux (19.44 < 20.0)" ), ) def test_resnet_export(