Skip to content

Commit

Permalink
return bools from array_function
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgsavage committed Dec 29, 2024
1 parent 017eea1 commit 9f34585
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pint_pandas/testsuite/test_issues.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,6 @@ def test_issue246(self):


class TestArrayFunction(BaseExtensionTests):

def test_issue255(self):
a = np.r_[1, 2, np.nan, 4, 10]
pa = PintArray.from_1darray_quantity(a * ureg.m)
Expand Down

0 comments on commit 9f34585

Please sign in to comment.