Skip to content

Commit aeee805

Browse files
authored
style: scrubbing (#20)
1 parent 3698934 commit aeee805

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/coreai_opt/inspection/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def _display_name(self) -> str:
147147
dotted component is returned because state-matching configs are
148148
currently keyed on that suffix (e.g., a parameter with name ``"conv.weight"``
149149
can only be matched with ``"weight"`` in the config). Remove this property
150-
once full-FQN state matching lands (rdar://177076777).
150+
once full-FQN state matching lands.
151151
"""
152152
if self.is_state:
153153
return _get_local_state_name(self.op_name) or self.op_name

tests/export/test_graph_mode_mlir_export.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@ def test_mnist_export(
208208
@pytest.mark.xfail(
209209
sys.platform == "linux",
210210
reason=(
211-
"rdar://180563388 ([Export Tests] ResNet50 graph-mode int8 quantization"
212-
" SNR falls below threshold on Linux (19.44 < 20.0))"
211+
"[Export Tests] ResNet50 graph-mode int8 quantization"
212+
" SNR falls below threshold on Linux (19.44 < 20.0)"
213213
),
214214
)
215215
def test_resnet_export(

0 commit comments

Comments
 (0)