Skip to content

Commit

Permalink
black format
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed Oct 24, 2023
1 parent 7d6fa0e commit 5183b77
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion ogusa/tests/test_demographics.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,15 @@ def test_pop_smooth():
start_year = 2019

pop_dict = demographics.get_pop_objs(
E, S, T, 1, 100, start_year - 1, start_year, country_id="840", GraphDiag=False
E,
S,
T,
1,
100,
start_year - 1,
start_year,
country_id="840",
GraphDiag=False,
)

assert np.any(
Expand Down

0 comments on commit 5183b77

Please sign in to comment.