From 5160842a647429b36494206ee573b5e3a38884e2 Mon Sep 17 00:00:00 2001 From: zhang Date: Sat, 9 Apr 2022 18:39:15 +0800 Subject: =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nlp/demo.py | 1 - 1 file changed, 1 deletion(-) (limited to 'nlp') diff --git a/nlp/demo.py b/nlp/demo.py index 0a8a813..9eb7154 100644 --- a/nlp/demo.py +++ b/nlp/demo.py @@ -9,7 +9,6 @@ def test1(): print(res) - def test2(): fun = lambda x: (x[0]-2)**2 + 4*(x[1]-1)**2 x0 = [0, 0] -- cgit v1.2.3