From 534345865cbaca9b59a11dbd5e3d57f60d9e2d03 Mon Sep 17 00:00:00 2001 From: jiangjiajun Date: Thu, 5 Sep 2019 10:44:05 +0800 Subject: [PATCH] test --- scripts/check_code_style.sh | 2 +- tools/check_for_lite.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/check_code_style.sh b/scripts/check_code_style.sh index 682b9cd..481d5ad 100644 --- a/scripts/check_code_style.sh +++ b/scripts/check_code_style.sh @@ -1,6 +1,6 @@ #!/bin/bash function abort(){ - echo "Your change doesn't follow PaddleHub's code style." 1>&2 + echo "Your change doesn't follow X2Paddle's code style." 1>&2 echo "Please use pre-commit to check what is wrong." 1>&2 exit 1 } diff --git a/tools/check_for_lite.py b/tools/check_for_lite.py index 82f1eb7..94581b2 100644 --- a/tools/check_for_lite.py +++ b/tools/check_for_lite.py @@ -32,5 +32,4 @@ if len(unsupported_ops) > 0: print("========= {} ========".format(op)) else: print("\n========== Good News! ========") - a = 1 + 2 + 3 + 4 + 5 + 1 + 2 + 3 + 4 + 5 + 1 + 2 + 3 + 4 + 5 + 1 + 2 + 3 + 4 + 5 + 1 + 2 + 3 + 4 + 5 + 1 + 2 + 3 + 4 + 5 + 1 + 2 + 3 + 4 + 5 print("Good! All ops in this model are supported in Paddle-Lite!\n") -- GitLab