From abcaa8ffbf9a78f622ecedf412f04e2bdd9265ad Mon Sep 17 00:00:00 2001 From: AtomAlpaca Date: Sun, 3 Aug 2025 12:17:50 +0800 Subject: [PATCH] Remove debug output --- tools/pnnx/tests/numpy/test_convnext_tiny_endian.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/pnnx/tests/numpy/test_convnext_tiny_endian.py b/tools/pnnx/tests/numpy/test_convnext_tiny_endian.py index 1aeb2ed6f..99bb81875 100644 --- a/tools/pnnx/tests/numpy/test_convnext_tiny_endian.py +++ b/tools/pnnx/tests/numpy/test_convnext_tiny_endian.py @@ -39,7 +39,6 @@ def test(): if __name__ == "__main__": if test(): - print("YES") exit(0) else: exit(1)