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()