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 1ce4520 commit 662fe79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openfisca_survey_manager/tests/test_compute_pivot_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ def test_compute_pivot_table():

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

0 comments on commit 662fe79

Please sign in to comment.