diff options
| -rw-r--r-- | nlp/demo.py | 1 |
1 files changed, 0 insertions, 1 deletions
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] |
