Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1873)

Unified Diff: appengine/findit/libs/math/test/functions_test.py

Issue 2517383005: Implementing loglinear classification (without training), for CL classification (Closed)
Patch Set: breaking apart normalized and unnormalized models Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: appengine/findit/libs/math/test/functions_test.py
diff --git a/appengine/findit/libs/math/test/functions_test.py b/appengine/findit/libs/math/test/functions_test.py
index 73775ac8c77d41ee52b40d675515cde1553d783d..a070e89375ec91aece82cfb39ceeb08532a81330 100644
--- a/appengine/findit/libs/math/test/functions_test.py
+++ b/appengine/findit/libs/math/test/functions_test.py
@@ -58,5 +58,5 @@ class FunctionsTest(unittest.TestCase):
f = MemoizedFunction(_F)
f(5)
f._f = _G
- f._ClearMemos()
+ f.ClearMemos()
self.assertEqual(_G(5), f(5))
« appengine/findit/crash/loglinear.py ('K') | « appengine/findit/libs/math/functions.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698