-
-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cc83284
commit eb2e60f
Showing
4 changed files
with
552 additions
and
843 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
Oops, something went wrong.