Skip to content

Commit

Permalink
test compute_pivot_table
Browse files Browse the repository at this point in the history
  • Loading branch information
Lola Josseran committed Jan 12, 2024
1 parent 7bf2461 commit b2584ff
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions openfisca_survey_manager/tests/test_compute_pivot_table.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import logging

from openfisca_survey_manager.tests.test_scenario import create_randomly_initialized_survey_scenario
from openfisca_country_template.reforms.modify_social_security_taxation import modify_social_security_taxation
from openfisca_survey_manager.scenarios.reform_scenario import ReformScenario

def test_compute_pivot_table():
survey_scenario = create_randomly_initialized_survey_scenario(reform = modify_social_security_taxation)
Expand All @@ -23,4 +20,3 @@ def test_compute_pivot_table():
weighted = True,
alternative_weights = None,
)

0 comments on commit b2584ff

Please sign in to comment.