Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgsavage authored May 12, 2024
1 parent e442411 commit 87c18c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pint/testsuite/test_numpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ def test_broadcast_arrays(self):

result = np.broadcast_arrays(x, y, subok=True)
helpers.assert_quantity_equal(result, expected)

helpers.assert_quantity_equal(
np.broadcast_arrays(self.q[:, 1], np.array([1, 2])),
[np.array([[2, 4], [2, 4]]) * self.ureg.m, np.array([1, 2])],
Expand Down

0 comments on commit 87c18c7

Please sign in to comment.