Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 16, 2025
1 parent 8eceda2 commit 17dd02b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inequality/tests/test_theil.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ def test___init__(self):
]
),
)
y = numpy.array([0,0,0,10,10,10])
regions = numpy.array([0,0,0,1,1,1])
y = numpy.array([0, 0, 0, 10, 10, 10])
regions = numpy.array([0, 0, 0, 1, 1, 1])
theil_d = TheilD(y, regions)
numpy.testing.assert_almost_equal(theil_d.T, 0.6931471805599453)
numpy.testing.assert_almost_equal(theil_d.bg, 0.6931471805599453)
Expand Down

0 comments on commit 17dd02b

Please sign in to comment.