Skip to content

Commit 4bc41b5

Browse files
committed
fix full_like
1 parent c8c14d3 commit 4bc41b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pint_array/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,7 @@ def astype(x, dtype, /, *, copy=True, device=None):
332332
"ones_like",
333333
"zeros_like",
334334
"empty_like",
335+
"full_like",
335336
):
336337

337338
def func(x, /, *args, func_str=func_str, **kwargs):

0 commit comments

Comments
 (0)