Skip to content

Commit

Permalink
Merge pull request #1314 from martinholmer/refactor-dropq
Browse files Browse the repository at this point in the history
Refactor dropq functions
  • Loading branch information
martinholmer authored May 2, 2017
2 parents 13f111a + fc06a73 commit 0762911
Show file tree
Hide file tree
Showing 4 changed files with 666 additions and 1,101 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,
random_seed, chooser, drop_records,
format_macro_results,
groupby_means_and_comparisons)
create_json_table)
Loading

0 comments on commit 0762911

Please sign in to comment.