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 e2ebba3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions example/sample_request_cloud.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"""Runs a sample request for VIIRS detections from running server for images in cloud
"""
import json
import os
import time
Expand Down
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 e2ebba3

Please sign in to comment.