Skip to content

Commit

Permalink
fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsmrynk committed Dec 16, 2023
1 parent 4bbdcd2 commit 2c059af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/preprocessing/tests/data/data_test_image_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

data_test_getter_image_nir = (
[np.full(shape=(128, 128, 1),
fill_value=0,
dtype=np.uint8),
fill_value=0,
dtype=np.uint8),
None])

data_test_getter_image_rgb = (
[np.full(shape=(128, 128, 3),
fill_value=(0, 1, 2),
dtype=np.uint8),
fill_value=(0, 1, 2),
dtype=np.uint8),
None])

data_test_init = (
Expand Down

0 comments on commit 2c059af

Please sign in to comment.