Skip to content

Commit

Permalink
fixing long lines
Browse files Browse the repository at this point in the history
  • Loading branch information
mahaalbashir committed Oct 2, 2023
1 parent bf28914 commit 42d708c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions test/test_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,9 @@ def test_surv_func(acro):


def test_zeros_are_not_disclosive(data, acro):
"""Test that zeros are handled as not disclosive when the parameter (zeros_are_disclosive) is False."""
"""Test that zeros are handled as not disclosive when
the parameter (zeros_are_disclosive) is False.
"""
acro_tables.ZEROS_ARE_DISCLOSIVE = False
_ = acro.pivot_table(
data,
Expand Down Expand Up @@ -792,7 +794,8 @@ def test_crosstab_with_totals_with_suppression_with_two_aggfuncs_herichical(
data, acro
):
"""Test the crosstab with both margins and suppression are true
and with a list of aggfuncs and a list of columns while using the total manual function.
and with a list of aggfuncs and a list of columns while using
the total manual function.
"""
_ = acro.crosstab(
data.year,
Expand Down

0 comments on commit 42d708c

Please sign in to comment.