Skip to content

Commit

Permalink
Add a todo to remind devs to develop a unit test when test data are a…
Browse files Browse the repository at this point in the history
…vailable
  • Loading branch information
CharlesGaydon committed Jun 26, 2023
1 parent 50ab635 commit 1058e11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pdaltools/color.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ def pdal_info_json(input_file: str):
return json_info


# TODO: unit test to check that orthoimages are kept outside this function scope (start from test_decomp_and_color)
@copy_and_hack_decorator
def decomp_and_color(
input_file: str,
Expand Down

0 comments on commit 1058e11

Please sign in to comment.