Skip to content

Commit

Permalink
Improved test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
byrdie committed Feb 11, 2024
1 parent 0ac4663 commit 376ae3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion named_arrays/_vectors/vector_named_array_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ def pcolormesh(
try:
prototype = vectors._prototype(*XY)
XY = tuple(vectors._normalize(arg, prototype) for arg in XY)
except na.VectorTypeError:
except na.VectorTypeError: # pragma: nocover
return NotImplemented

if len(XY) != 1: # pragma: nocover
Expand Down

0 comments on commit 376ae3a

Please sign in to comment.