Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pbeukema committed Nov 23, 2023
1 parent 5406c41 commit 6947773
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_model.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
"""tests for the main model method
"""
import numpy as np

from src import model
from src.utils import IMAGE_CHIP_SIZE, get_chips


def create_single_detection_dataset() -> dict:
""""""
x_pixels, y_pixels = (3216, 4064)

dnb_array = np.zeros((x_pixels, y_pixels))
Expand Down

0 comments on commit 6947773

Please sign in to comment.