Skip to content

Commit

Permalink
lint: lint camera worksite
Browse files Browse the repository at this point in the history
  • Loading branch information
ACornuIGN committed Dec 22, 2023
1 parent eacc882 commit 4f3bb7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/datastruct/camera.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ class Camera:
name_camera: str
ppax: float
ppay: float
focal: float
focal: float
2 changes: 1 addition & 1 deletion src/datastruct/worksite.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def add_shot(self, name_shot: str, pos_shot: np.array,
ori_shot=ori_shot,
name_cam=name_cam))

def add_camera(self, name_camera:str, ppax: float,
def add_camera(self, name_camera: str, ppax: float,
ppay: float, focal: float) -> None:
"""
Add data camera in the Worksite
Expand Down

0 comments on commit 4f3bb7d

Please sign in to comment.