Skip to content

Commit

Permalink
exlude GcpCamera from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
dugalh committed May 15, 2024
1 parent f3cbcd1 commit a202e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orthority/camera.py
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ def pixel_to_world_z(self, ji: np.ndarray, z: float | np.ndarray, **kwargs) -> n
return xyz


class GcpCamera(Camera):
class GcpCamera(Camera): # pragma: no cover
"""
GCP camera (UNTESTED).
Expand Down

0 comments on commit a202e82

Please sign in to comment.