Skip to content

Commit

Permalink
added some print commands - should delete before merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed Apr 18, 2018
1 parent 24e00db commit 1c2d596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ogusa/txfunc.py
Original file line number Diff line number Diff line change
Expand Up @@ -1014,7 +1014,7 @@ def txfunc_est(df, s, t, rate_type, tax_func_type, numparams,
print('obs = ', obs)
print('tax function type = ', tax_func_type)
print('Checking Y = ', Ybar, Y2bar)
quit()
# quit()
return params, wsse, obs


Expand Down

0 comments on commit 1c2d596

Please sign in to comment.