From 711fc1f11c18ef6a055a51f0e65e33f30fb5d2e8 Mon Sep 17 00:00:00 2001 From: Manfei <41607353+ManfeiBai@users.noreply.github.com> Date: Mon, 13 Nov 2023 10:38:59 -0800 Subject: [PATCH] Update test_operations.py --- test/test_operations.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test_operations.py b/test/test_operations.py index 91efabd2b23..99d4c1265c1 100644 --- a/test/test_operations.py +++ b/test/test_operations.py @@ -2100,7 +2100,6 @@ def test_non_empty_scope(self): with xp.Trace('conv1'): xm.mark_step() - def test_non_empty_scope_decorator(self): @xp.trace_me("conv2")