Skip to content

Commit

Permalink
typo : Erase useless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementLaplace committed Sep 23, 2024
1 parent 5897431 commit 3edf893
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion satpy/tests/compositor_tests/test_lightning.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ def test_flash_age_compositor():
"end_time": datetime.datetime(2024, 8, 1, 11, 0, 0),"reader": "li_l2_nc"}
flash_age_value = np.array(["2024-08-01T09:00:00",
"2024-08-01T10:00:00", "2024-08-01T10:30:00","2024-08-01T11:00:00"], dtype="datetime64[ns]")
#Coordinates data (assuming you have longitude and latitude arrays)
flash_age = xr.DataArray(
flash_age_value,
dims=["y"],
Expand Down

0 comments on commit 3edf893

Please sign in to comment.