Skip to content

Commit

Permalink
Simplify test
Browse files Browse the repository at this point in the history
  • Loading branch information
benjello committed Jul 4, 2019
1 parent 8ee44ac commit f517071
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/erfs_fpr/integration/test_aggregates.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ def test_erfs_fpr_survey_simulation_aggregates(year = 2014, rebuild_input_data =

survey_scenario = get_survey_scenario(
tax_benefit_system = tax_benefit_system,
baseline_tax_benefit_system = tax_benefit_system,
year = year,
rebuild_input_data = rebuild_input_data,
)
Expand Down Expand Up @@ -58,6 +57,6 @@ def test_erfs_fpr_aggregates_reform():
)
survey_scenario._set_used_as_input_variables_by_entity()
print(survey_scenario.used_as_input_variables_by_entity)
df = aggregates.compute_aggregates(use_baseline = True, actual = False)
df = aggregates.compute_aggregates(actual = True)
df.to_csv('aggregates.csv')
# aggregates, base_data_frame, difference_data_frame = test_erfs_fpr_aggregates_reform()

0 comments on commit f517071

Please sign in to comment.