Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cmarshak committed Aug 14, 2023
1 parent ccdaaf6 commit e74c638
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_s1_time_grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ def test_triple_date_usage():
sum_weights_per_pixel = np.stack(out_weights, axis=1).sum(axis=1)
np.testing.assert_almost_equal(1, sum_weights_per_pixel)


def test_error_catching_with_s1_grid():
"""Tests proper error handling with improper inputs"""
N = 10
Expand Down

0 comments on commit e74c638

Please sign in to comment.