Skip to content

Commit

Permalink
removed leftover line from test
Browse files Browse the repository at this point in the history
  • Loading branch information
grantbuster committed Feb 14, 2024
1 parent 5d266d9 commit 91ba1ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/utilities/test_utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,6 @@ def test_t_coarsen():
"""Test temporal coarsening of 5D array"""
t_enhance = 4
hr_shape = (3, 10, 10, 48, 2)
arr = np.random.uniform(-1, 1, )
arr = np.arange(np.product(hr_shape)).reshape(hr_shape).astype(float)

# test 4x temporal enhancement averaging
Expand Down

0 comments on commit 91ba1ad

Please sign in to comment.