Skip to content

Commit

Permalink
remove more scaffolding
Browse files Browse the repository at this point in the history
  • Loading branch information
JoranAngevaare committed Jun 26, 2024
1 parent f51601b commit 8b9ae86
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_preprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ def _get_dummy_longitude() -> np.ndarray:
lon = np.linspace(0, 360, 513)[:-1]

# Add some NaN values just as an example
# lon[:, :, len(lon)//2+30: len(lon)//2+50] = np.nan
lon[2 + 30 : len(lon) // 2 + 50] = np.nan
return lon

Expand Down

0 comments on commit 8b9ae86

Please sign in to comment.