Skip to content

Commit

Permalink
Refactor dropq
Browse files Browse the repository at this point in the history
  • Loading branch information
martinholmer committed Apr 26, 2017
1 parent cc83284 commit eb2e60f
Show file tree
Hide file tree
Showing 4 changed files with 552 additions and 843 deletions.
9 changes: 2 additions & 7 deletions taxcalc/dropq/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
from taxcalc.dropq.dropq import (run_model, check_user_mods,
run_nth_year_model,
run_gdp_elast_model,
from taxcalc.dropq.dropq import (run_nth_year_tax_calc_model,
run_nth_year_gdp_elast_model,
calculate_baseline_and_reform,
chooser, drop_records,
format_macro_results,
groupby_means_and_comparisons)
format_macro_results)
Loading

0 comments on commit eb2e60f

Please sign in to comment.