From a537725b9d8a4d7555bedf49da7cd75904d62a0f Mon Sep 17 00:00:00 2001 From: samurain Date: Tue, 27 May 2014 08:03:55 +0900 Subject: [PATCH] everything ok --- src/representations.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/representations.py b/src/representations.py index aab1eaa..59f8f11 100644 --- a/src/representations.py +++ b/src/representations.py @@ -197,6 +197,7 @@ def project_q(all_variable_names,variable_list,q): print "\nComponents:" c1 = Component([score,favorite_count]) c2 = Component([score,answer_count]) + c3 = Component([favorite_count,answer_count]) #### Test component print and df functions. print "component: ", c1, ". degrees of freedom: ", c1.return_df()