Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Lola Josseran committed Jan 16, 2024
1 parent 6001e1b commit af8d85e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions openfisca_survey_manager/tests/test_compute_pivot_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ def test_compute_pivot_table():
period = "2017-01"

return survey_scenario.compute_pivot_table(
aggfunc = "mean",
columns = None,
aggfunc = mean,
columns = ['decile'],
difference = False,
filter_by = None,
index = None,
period = period,
use_baseline = True,
use_baseline_for_columns = True,
values = None,
values = ['niveau_de_vie'],
missing_variable_default_value = 0,
concat_axis = None,
weighted = True,
Expand Down

0 comments on commit af8d85e

Please sign in to comment.