Skip to content

Commit

Permalink
Fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
wesselb committed Jun 24, 2021
1 parent ef369e6 commit 4e75582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lab/shaping.py
Expand Up @@ -144,7 +144,7 @@ def is_scalar(a: Numeric):
return rank(a) == 0


def isscalar(a):
def isscalar(a): # pragma: no cover
warnings.warn(
"The use of `isscalar` is deprecated. Please use `is_scalar` instead.",
category=DeprecationWarning,
Expand Down

0 comments on commit 4e75582

Please sign in to comment.